asyncore: limiting number of simultaneous connections?
Alex Martelli
aleax at aleax.it
Thu Jul 25 10:48:09 EDT 2002
More information about the Python-list mailing list
Thu Jul 25 10:48:09 EDT 2002
- Previous message (by thread): how to get a return value from an exception ?
- Next message (by thread): asyncore: limiting number of simultaneous connections?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): how to get a return value from an exception ?
- Next message (by thread): asyncore: limiting number of simultaneous connections?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list