Client/server chat program
Jonathan Gardner
jgardn at alumni.washington.edu
Tue Dec 11 08:28:29 EST 2001
More information about the Python-list mailing list
Tue Dec 11 08:28:29 EST 2001
- Previous message (by thread): Client/server chat program
- Next message (by thread): client/server chat program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Client/server chat program
- Next message (by thread): client/server chat program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list