Tanks a lot, it was really helpful
El 23/10/12 16:51, Miki Tebeka escribió:
According to the docs
(http://docs.python.org/library/socketserver.html#requesthandler-objects)
there's self.server available.
10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS
INFORMATICAS...
CONE
According to the docs
(http://docs.python.org/library/socketserver.html#requesthandler-objects)
there's self.server available.
--
http://mail.python.org/mailman/listinfo/python-list
> jorge
> I'm programming a server that most send a message to each client
> connected to it and nothing else. this is obviously a base of what i
> want to do. the thing is, I made a class wich contains the Handler class
> for the ThreadingTCPServer and starts the server but i don't know how
I'm programming a server that most send a message to each client
connected to it and nothing else. this is obviously a base of what i
want to do. the thing is, I made a class wich contains the Handler class
for the ThreadingTCPServer and starts the server but i don't know how
can i access the m