En Sat, 19 May 2007 14:40:55 -0300, Brad Brock <[EMAIL PROTECTED]> escribió:
> Hi list. I have a little problem when using > SocketServer.ThreadingTCPServer. I want to make a list > of thread-objects generated by the > ThreadingTCPServer. How can I get the thread object? If getting the list of ALL threads (using threading.enumerate()) is not enough, you would need to override the process_request method to save the thread object in your own list. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list