[ZODB-Dev] ZEO client hangs when combined with other asyncore code

Dieter Maurer dieter at handshake.de
Tue Jun 21 13:53:51 EDT 2005


zodb at bootsch.demon.nl 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


More information about the ZODB-Dev mailing list