[Zope-dev] Using asyncore in external methods

Petru Paler ppetru@coltronix.com
Sun, 28 Nov 1999 16:19:50 +0200 (EET)


      Hi,

  I have an external method which calls a function from a module. That
module opens a couple of sockets and polls on them. The problem is that
'socket_map' from asyncore.py is global, so things conflict with
ZServer's use of asyncore. Which is 'the right way' to use asyncore with
Zope ?

-Petru