Re: [Quickfix-developers] stopping initiator hangs application
Brought to you by:
orenmnero
|
From: Dale W. <wil...@oc...> - 2006-04-06 21:16:17
|
We're seeing a similar problem in C++ version 1.10.2, but we haven't finished tracking it down. What we're seeing is m_stop in ThreadedSocketInitiator is false, but we're trying to join the thread in ThreadedSocketInitiator::onStop having just set m_stop to true! Still trying to figure out where the race condition is (must be a race condition, right?) Dale tony weston wrote: > Hello, > > I've been using quickfix with great success, although I've came across > a problem when trying to stop an initiator in VB .Net 2. When I call > "stop" my application will frequently hang on this call. I've tried > with version 1.11.1 and with using the automated builds for VS 8 under > the developers section of the website, both having the same results. > I'm also passing a value of "True" when calling the stop method to > force close, but it still occasionally hangs. Before calling stop I > call logout on my open session. Is there something that I'm doing > incorrectly or another way to get around this problem? > > Thank you, > Tony |