Socket code not executing properly in a thread (Windows)

Thomas Jollans t at jollybox.de
Sun Jul 8 07:01:18 EDT 2012


On 07/08/2012 11:03 AM, Andrew D'Angelo wrote:
> Also, running the sned to socket code inside the main loop would not work, 
> as the main loop pauses until it recieves data from the socket (an IRC 
> message), which is why I didn't put the SMS code in the main loop in the 
> first place.


http://docs.python.org/library/select.html



More information about the Python-list mailing list