[EMAIL PROTECTED] wrote at 2005-6-21 11:37 +0200: >We have an application that makes use of a ZEO client and has other async >socket code that implements >as POP3 proxy. The ZEO client is called (to query and store ZEO server) from >within the proxy code when it runs during mail checks, so we have multiple >async connections at the same time. > >Somehow, a call to the ZEO client never returns, it just hangs and sits there.
As long as you ensure that the "asyncore" mainloop is running, there should not be a problem to have more "asyncore" clients. If you happen to run your application on Linux (and use the "GDB"), I can provide detailed instructions on how to find out where your code hangs... -- Dieter _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - [email protected] http://mail.zope.org/mailman/listinfo/zodb-dev
