asyncore/asynchat
Jeremy Fincher
tweedgeezer at hotmail.com
Fri Nov 14 16:55:05 EST 2003
"F.G.Testa" <testa at allos.sytes.net> wrote in message news:<mailman.745.1068839049.702.python-list at python.org>...
> How do I access the underlying list/map/array of AcmeChannel?
> Thank you.
There is none, but feel free to keep one yourself; I've done that, for
instance, when I want to limit the number of connections to a server
that should (barring malicious clients) have very fast sessions.
Jeremy
More information about the Python-list
mailing list