Hi,
As part of using RFA.Net in order to get market price information, we implemented:
QueueDispatcher which runs in the background in thread and do
eventQueue.Dispatch();
In the other hand we created EventClient implemented Client interface, and use it in the interest registration (registrations are in stream mode).
My question: As it seems in debug, the dispatching (i.e. QueueDispatcher) and the event processing made by the same thread. Due to large number of Rics I'm a little bit worry about that and I'd like to know if - is there a way to seperate the Event processing thread from the dispatching thread?