Durable

3 posts / 0 new
Last post
Offline
Last seen: 2 weeks 1 day ago
Joined: 09/10/2022
Posts: 55
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?

8 posts / 0 new
Last post
Offline
Last seen: 2 weeks 1 day ago
Joined: 09/10/2022
Posts: 55
Remove instance from persistence service's database using filesystem

Hi,

I use rti v6.0.0

Im using persistence service. I set the "datawriter durability qos" in my project in "persistent". And i set the xml for that saves datas in file system.

When i unregister an instance that registered before, i expect that the instance won't publish by persistence service even when datawriter that calls dispose destructed and removed from domain. But unexpectedly when i destruct datawriter that caled unregister_instance persistence service publishes that instance from its history.

 

5 posts / 0 new
Last post
Offline
Last seen: 5 years 10 months ago
Joined: 08/13/2014
Posts: 55
Forcing Persistence Service to Synchronize Before Publishing Data

Hi everybody,

Subscribe to RSS - Durable