Saturday, February 19, 2011

Simple Multithreaded Echo Server in Python


This listens for connections comming in and for each client that connects
it spawns a thread for each client by passing in the socket that is created in the while loop to the clientThread class (that has a base Class of Thread)

No comments:

Post a Comment