sockets
Dominik Kaspar
dokaspar at student.ethz.ch
Thu Sep 25 14:01:02 EDT 2003
More information about the Python-list mailing list
Thu Sep 25 14:01:02 EDT 2003
- Previous message (by thread): Packages and PyKyra
- Next message (by thread): Windows dialog box removal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i want to write a thread in python that listens for client connections to a socket and creates new server threads for each of the connections it detects. is there a simple way to do this by using socket.listen(1) and socket.accept()? -- dominik
- Previous message (by thread): Packages and PyKyra
- Next message (by thread): Windows dialog box removal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list