Re: [Quickfix-developers] Peacefull coexistence of QuickFix and Twisted/wxPython
Brought to you by:
orenmnero
From: <or...@qu...> - 2008-04-21 20:10:45
|
<html><body>Yes, you should call stop and then continue to call poll() until it returns false.<BR><BR> <BLOCKQUOTE style="PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid" webmail="1">My mistake again, the initiator was trying to connect to a windows <BR>firewall and was getting a timout after 20sec.<BR>So the poll() method seems to solve our problems, we will digg deeper <BR>that way from inside a python thread.<BR><BR>small other question, at the end of my loop, should i call <BR>acceptor.stop() ? (or clear() or del acceptor) to cleanup resources <BR>maintained by it ?<BR><BR>Thanks a lot,<BR>Fugazy<BR></BLOCKQUOTE></body></html> |