Re: problem with ThreadingTCPServer Handler

2012-10-28 Thread jorge
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

Re: problem with ThreadingTCPServer Handler

2012-10-23 Thread Miki Tebeka
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

Re: problem with ThreadingTCPServer Handler

2012-10-23 Thread David M Chess
> 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

problem with ThreadingTCPServer Handler

2012-10-23 Thread 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 can i access the m