Re: [Quickfix-developers] Quickfix and IOCP
Brought to you by:
orenmnero
|
From: Djalma R. d. S. F. <drs...@gm...> - 2007-07-19 19:10:58
|
Hi, In my opinion, It would be great to have an I/O completion port implementation for QuickFIX. It solves the one-thread-per-client bottleneck problem and allows higher scalability and performance, it makes a lot of difference if you want your application to have hundreds or maybe thousands of connections. Thanks to the good design of QuickFIX, it does not seem to be difficult to write a SocketAcceptor that uses IOCP. It is a technology available in Winsock2, but boost ASIO is a multiplatform implementation. I confess that It is under my plans to make some experiences with ASIO or IOCP with QF, but currently I am very busy with application specific stuff. Very nice feature request! Djalma On 7/19/07, Naveed Ali <na...@nc...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi all, > > Can any one tell me that whether Quickfix run using IOCP? > > What can be accomplished to do it? > > Thanks > -Naveed > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |