[Quickfix-developers] RES: Maximum simultaneous FIX Sessions Windows XPPro
Brought to you by:
orenmnero
From: Clebson D. <Cle...@cm...> - 2008-11-26 19:00:10
|
Think this is a know issue, there are some threads related to this topic. The problem is not only related to the FileStore class, FileLog class also open files too using stl ofstream. And there are limitations in CRT implementation (visual studio) too. The solution IMHO is to change both FileLog and FileStore classes to use Windows API directly (CreateFile) in the Windows version. -----Mensagem original----- De: Malinka Rellikwodahs [mailto:ael...@gm...] Enviada em: quarta-feira, 26 de novembro de 2008 15:52 Para: qui...@li... Assunto: [Quickfix-developers] Maximum simultaneous FIX Sessions Windows XPPro QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html |