Client with select.select()
Gordon McMillan
gmcm at hypernet.com
Tue Jun 13 16:09:55 EDT 2000
More information about the Python-list mailing list
Tue Jun 13 16:09:55 EDT 2000
- Previous message (by thread): Client with select.select()
- Next message (by thread): no SyntaxError?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
artaA[r]TA wrote: [select] >Then you can check with the write-set and send some data. >Or am I missing something? select will tell you a socket is writable as long as the outbound network buffers aren't full. It has nothing to do with whether the other end wants to read. That's all. - Gordon
- Previous message (by thread): Client with select.select()
- Next message (by thread): no SyntaxError?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list