|
From: Toli K. <to...@ma...> - 2008-02-08 15:43:31
|
Serg, It's the usual difference between single-threaded vs multi-threaded approaches. The default setup uses a single-threaded initiator which uses a SingleThreadedEventHandlingStrategy, which processes the incoming messages one at a time. The ThreadedSocketInitiator is using a ThreadPerSession event-handlling strategy, so that it can use multiple threads, one for each session. hope this helps On 2/8/08, Serg V. Gulko <s....@gm...> wrote: > QuickFIX/J Documentation: > http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > > Hello! > > Can anyone tell me about advantages/disadvantages of > ThreadedSocketInitiator? > > Thanks, > Serg > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. |