View Single Post
  #1  
Old 03-10-2011, 01:03 AM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default Server with non-blocking user input without select module

A simple streaming server-client pair with non-blocking user input can easily be coded in Python by using the 'select' module that provides a straightforward interface to the Unix select() system call. For Windows users however this is not an option as the acceptance of three empty sequences in the...
__________________
Python
Domain Name Forum
Reply With Quote