The most recent content from our members.
...10220) Hi Community, since this week we are experiencing issues with our API process/connection. We are using Eikon. During the day we have different processes which are retrieving different data points via API connection. Some retrieval processes don’t return any data (just error messages), others retrieve data but not…
We are creating an EMA consumer, and then opening item streams (100 items batched in each ReqMsg) with the consumer. We simply stop seeing new messages a few minutes after the consumer is established, without any exceptions or errors. This happens while the loop of opening item streams is ongoing. Debugging shows that…
Hi We're in the process of developing a C++ application that will utilize RTSDK to send a rather large amounts of messages (200k+) in periodic bursts. We're basing this on Cpp EMA, and we're running multiple threads each with its own InteractiveProvider to spread business logic and encoding load between different CPU…
Hi, We have a single-threaded feed application (same as rmdstestclient) that is currently experiencing huge latency when subscribing to ~3k Shenzhen symbols. We were looking into the possibility that our app is a slow consumer, and that we may need to perform some changes on our end. We believe that the single-threaded…
Hello, everyone, Is it possible that I create one OmmConsumer instance, register some rics for quote and the callback function OnRefreshMsg and OnUpdateMsg will be called by multiple threads ? It seems that currently only one thread is callback, which may suffer performance problem. Thanks
Hello I have an interactive provider, that uses a dedicated thread per connected consumer to build up EMA messages and send them to the corresponding consumer. Of course I use individual message objects per thread, of type RefreshMsg / UpdateMsg with a FieldList therein. However, if the code that fills the message objects…
Hi, Can you share any examples to multi-thread requests to get data from Reuters TRTH in Python?
Can Refinitiv's DataScope Select (DSS) handle multiple thread requests? We are calling DSS web API to retrieve data from web service and want to know if it can handle multiple thread requests. If yes, can you provide us sample codes for developers?
.... Is there way to clone a message for further processing. I believe the UpdateMsg objects keep getting overridden When processing UpdateMsg using multiple threads, keep getting exception when opening the message. Is there way to clone a message for further processing. I believe the UpdateMsg objects keep getting…
For multi threading we were looking into example 410. However in this example different users are used to create multiple OmmConsumers. We would prefer a multi-threaded solution that works with only one user. We tried creating multiple consumers using the same login, but that doesn't seem to work with the token refreshing.…
It looks like you're new here. Sign in or register to get started.