Re: [Quickfix-developers] ThreadedSocketInitiator
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-06-02 22:27:56
|
BTW, I had looked into getting rid of it, but we can't do it just yet due to the python API. Python requires a accessing global lock before calling to the virtual machine, otherwise the whole thing blows up. SWIG does not take care of this automatically, so it will require some lower level work like we needed to do for handling exceptions. In the meantime the only way to use the Python API is with the SocketInitiator in block mode, as that will run the whole engine entirely in one thread. And to those who asked previously, a Ruby API is in the works and coming along fairly well. I think exception handling, repeating groups support, and some issues with callbacks are left. Once we get these basics out we will put it out for release and then work on making the API more ruby like. We are not currently working on a Perl API and can't say if or when we will do such a thing. --oren On Jun 2, 2006, at 5:10 PM, Oren Miller wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Did you go to subversion or are you still using cvs? > > --oren > > On Jun 2, 2006, at 4:50 PM, Francis Gingras wrote: > >> QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ >> html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> I downloaded the latest sources from SVN and there is no >> QuickFix.ThreadedSocketInitiator anymore, only a SocketInitiator. >> >> Does this mean it's not threaded by default? >> Or do I now have to use the non-threaded version? >> >> Thanks, >> >> Francis >> >> >> >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > > > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |