Solutions

Preface: The vast majority of this article was extracted from a White Paper that RTI's Don Gochenour originally authored. Don is a Senior Application Engineer with extensive knowledge in embedded systems and RTI's products. Don is located on the East coast of the US. Introduction This content piece ...
4279 reads — 0 comments
Due to the way in which RTI Connector handles data internally, some applications may suffer slower performance when using types that contain sequences. This is a known issue and is tracked internally in CON-42 . More specifically, this issue is seen when setting or getting a type that contains a ...
4028 reads — 4 comments
The Java JIT compiler is discussed in the following article: https://www.ibm.com/support/knowledgecenter/en/SSYKE2_8.0.0/com.ibm.java.vm.80.doc/docs/jit_overview.html As the article says, “The Just-In-Time (JIT) compiler is a component of the runtime environment that improves the performance of ...
1789 reads — 0 comments
Using Connext DDS Professional, it is possible to configure your application such that the sending of a sample in calls like FooDataWriter_write is done by a separate thread (by default, the sending occurs in the thread calling to FooDataWriter_write ). This is accomplished using the Asynchronous ...
3395 reads — 0 comments
RTI Admin Console uses several non-default QoS settings when interacting with Topics that are used to communicate with other RTI products. The out-of-the-box settings attempt to satisfy the majority of use cases customers have with other configurations, but sometimes it is necessary to change these ...
24459 reads — 1 comment
The function plain_cast allows casting a buffer of bytes within a FlatData sample into a C++ instance of the type represented by that buffer. This allows for better performance and ease of use. However, for plain_cast to work, the data sample must meet a number of restrictions that essentially ...
2345 reads — 0 comments
Windows 10 consoles have a feature called Quick Edit that may cause confusion when using RTI Connext DDS applications that use the console. In particular, the application may appear to hang when the console window is clicked in with the mouse. This 'hanging effect' is a by-product of the Quick Edit ...
2399 reads — 1 comment

Pages