Add pysawsim.manager.subproc using subprocessing.
[sawsim.git] / pysawsim / manager / thread.py
2010-10-20 W. Trevor KingAdd pysawsim.manager.subproc using subprocessing.
2010-10-20 W. Trevor KingReduce ThreadManager default worker_thread to 2.
2010-10-19 W. Trevor KingFix a few deadlock errors in pysawsim.manager.thread.
2010-10-19 W. Trevor KingJobManager.async_invoke() should accept Job instances.
2010-10-19 W. Trevor KingAdd pysawsim.manager and pysawsim.manager.thread for...