socket.recvfrom() & sendto()

Greg Ewing see at my.signature
Wed May 9 00:42:12 EDT 2001


Ron Johnson wrote:
> 
> how can the client accept input from the
> user at the same time that it is "stalled" at a select() ?

By including the file descriptor from which you're
reading user input in the select().

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list