Writing Multithreaded Client-Server in Python.

Sidd iamsidd at gmail.com
Tue Aug 30 00:32:05 EDT 2005


Hi,
   I tried finding and example of multithreaded client-serve program in
python. Can any one please tell me how to write a multithreaded
client-server programn in python such that
1.It can handle multiple connections
2.It uses actual threads and not select() or some other function




More information about the Python-list mailing list