The most recent content from our members.
I think I've found a bug that breaks these options processing. (First, of course, I'd tryied to use MaxDispatchCountUserThread and it appeared that my IProvider sometimes received messages beyond the MaxDispatchCountUserThread value during one dispatch() call. Then I'd debugged how could it happen...) The problem is in the…
Currently when we connect with the trep server to retrieve files, we set the thread to sleep one minute to let the treoEmaClient downloads the rate file completely because the rate file is big, around 1-2MB. Is there any way to avoid the thread sleep, or make the sleep a bit shorter? Such as 15 seconds? See below for our…
Can we configured EMA application as multiple dispatch threads, in API_DISPATCH mode? In order to have better performance. And how to guarantee the message order in such case if doable?
Dears @nick.zincone,@umer.nalla, @Olivier DAVANT While using USER_DISPATCH mode, i am not getting the market price data. I tried While referring to few of the samples in MarketPriceStepByStepExample and replaced it with our service name. I am getting the below error while using this :- >>> Dispatching events until <Item…
I'd like to offload the processing of a defaultMsgEventCallback to another thread to distribute the data received from the subscriptions among multiple threads rather than the thread on which rsslReactorDispatch is called to prevent being disconnect for buffer overruns in the Elektron Server In order to due so, I'm…
It looks like you're new here. Sign in or register to get started.