asyncore: limiting number of simultaneous connections?

Alex Martelli aleax at aleax.it
Thu Jul 25 10:48:09 EDT 2002


Steve Holden wrote:
        ...
> which a read condition is accepted. Any time the socket is so listed (in
> the select.select() arguments) any number of simultaneous connections
> might occur, though this is unlikely.

Hmmm... ANY number?  Doesn't the N passed in socket.listen(N) provide
an upper limit to the number of connection requests that may be at
the same time outstanding?


Alex




More information about the Python-list mailing list