"asyncore" module question

Fredrik Lundh fredrik at pythonware.com
Fri May 5 04:22:00 EDT 2000


oliver <fwang2 at yahoo.com> wrote:
> I have a question on "asyncore" module: Can it handle multiple server
> sockets? From reading the example given in library reference, I can't find
> out the place where you can specify more than one sockets for it to handle
> like you can do by using select().

just create multiple dispatcher instances, and the framework
handles the rest.

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list