socket.recvfrom() & sendto()

Ron Johnson ron.l.johnson at home.com
Wed May 9 01:00:15 EDT 2001


Greg Ewing wrote:

> 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().

That works on unices, but not on Win32, according to the python.org
documentation, and my wife wants to play the game on her PC...

Or am I missing something else???

-- 
 Ron Johnson, Jr.        Home: ron.l.johnson at home.com
 Jefferson, LA  USA      http://ronandheather.dhs.org
 "Is Python better or worse than Perl?"
  "Perl is worse than Python because people wanted it 
   worse." -Larry Wall, 10/14/1998



More information about the Python-list mailing list