Is it possible to pause persistence service for a period of time?

3 posts / 0 new
Last post
Offline
Last seen: 17 hours 59 min ago
Joined: 09/10/2022
Posts: 52
Is it possible to pause persistence service for a period of time?

Hi. I'm using connext dds version 6.0.0

Starting RTI persistance service takes some seconds (for generating entities and reading datas from database and discovering durable topics...).

Also stoping rti persistence service takes some seconds (for safety in saving datas in database).

My question is that is there any command to pause persistence service so it doesn't record any new sample and doesn't send any durable data?

Some times that I play a recorded log or publish some tests I want to make persistence service inactive, I need to pause persistence service to avoid latency that caused by starting/stoping persistence service.

Howard's picture
Offline
Last seen: 3 days 5 hours ago
Joined: 11/29/2012
Posts: 648

You can use the Remote Administration interface to send commands to stop/start the Persistence Service.  However, there is no concept of "pausing". 

Please see the Users Manual for documentation: https://community.rti.com/static/documentation/connext-dds/current/doc/manuals/connext_dds_professional/users_manual/users_manual/PersistenceServiceRemoteAdmin.htm#persistenceserviceremoteadmin_3192702694_1099612

Offline
Last seen: 17 hours 59 min ago
Joined: 09/10/2022
Posts: 52

Thank you