Client with select.select()

Gordon McMillan gmcm at hypernet.com
Tue Jun 13 16:09:55 EDT 2000


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



More information about the Python-list mailing list