On Wed, 2009-10-21 at 12:55 -0400, Steve Huston wrote: > ... > > If I run the broker and then run perftest against it perftest > appears > > hang waiting for the connection to start > > There is an intermittent (for some it's always, for some it's never) > hang similar to what you describe. I've not been able to reproduce it. > > Can you run anything else? Python_tests, maybe?
Steve, On further testing it appears to be an issue in the broker accepting connections. perftest running on Windows works well against qpidd running on Linux. But when I putt a breakpoint after ::GetQueuedCompletionStatus in poller::wait() in the broker it is never hit in the broker when the client is connecting to it. This leads me to think that there is a possibly recent problem with the accept set up in the broker. Do you think that a working C++ windows broker is necessary for this release? Not a rhetorical question BTW. I don't actually have this knowledge. Andrew --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
