Gheorghe Postelnicu wrote: >... > However, my question regards killing the actual children threads - > they are spending lots of time in system calls, so I cannot insert > some while loop in a derived Thread class. > > Any suggestions would be apreciated. > Have the threads look for a semaphore file. If it exists, they delete it and die.
Just an idea....HTH -- http://mail.python.org/mailman/listinfo/python-list
