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