Public Attributes | |
DDS_Long | max_objects_per_thread |
The maximum number of objects that can be stored per thread for a DDSDomainParticipantFactory. |
This QoS policy is an extension to the DDS standard.
The maximum number of objects that can be stored per thread for a DDSDomainParticipantFactory.
Before increasing this value to allow you to create more participants, carefully consider the application design that requires you to create so many participants. Remember: a DDSDomainParticipant is a heavy-weight object. It spawns several threads and maintains its own discovery database (see DISCOVERY). Creating more participants than RTI Connext strictly requires -- one per domain per process/address space -- can adversely affect the performance and resource utilization of your application.
[default] 1024; this value allows you to create about 10 or 11 DDSDomainParticipant entities.
[range] [1, 1 billion]