Asynchronous Socket with the ServerSocket module (??)

guyon moree cheezus at wanadoo.nl
Mon Apr 29 15:13:08 EDT 2002


hi all,

i'm trying to write some sort of server program on linux. i stumbled into
the ServerSocket module and it does pretty much what i want. i create a
requesthandler class and pass it to the module and call server_forever() By
using ForkingTCPServer i am able to make it handle multiple connecties.


all fine...

but...

how can i keep a list of connections and pass for example messages from one
client to the other through the server?

thanx in advance, i am a newbie though.

regards,

Guyon





More information about the Python-list mailing list