Client/server chat program

Jonathan Gardner jgardn at alumni.washington.edu
Tue Dec 11 08:28:29 EST 2001


On Tuesday 11 December 2001 01:40 pm, Paul Rubin wrote:
> You can do it either way.  The Unix telnet client uses separate
> processes, if I remember correctly.  Yes, if you use threads, you do
> have to synchronize some of their operations, but the threading
> package provides ample mechanisms for that.

I don't know about the other unix telnet clients, but the GNU telnet client 
uses non-blocking select statements.

Jonathan




More information about the Python-list mailing list