Message145273
I use the socketserver.ThreadingMixIn to create a TCPServer.
I set the server thread as daemon (t.daemon=True).
But I want the client threads to run as non-daemon.
According to the documentation, the "daemon_threads" class attribute should do the trick.
But it fails: if server is daemon, the clients are daemon too, even if daemon_threads=False.
Demo attached. |
|
Date |
User |
Action |
Args |
2011-10-09 20:18:45 | flox | set | recipients:
+ flox |
2011-10-09 20:18:45 | flox | set | messageid: <1318191525.3.0.322601594247.issue13140@psf.upfronthosting.co.za> |
2011-10-09 20:18:44 | flox | link | issue13140 messages |
2011-10-09 20:18:44 | flox | create | |
|