Add WORKER_POOL environmental option to facilitate pysawsim.manager benchmarking.
[sawsim.git] / pysawsim / manager / thread.py
2011-04-01 W. Trevor KingAdd WORKER_POOL environmental option to facilitate...
2010-10-27 W. Trevor KingPython FAQ GIL link should point to GIL blurb, not...
2010-10-27 W. Trevor KingMerge remote branch 'borg/master'
2010-10-27 W. Trevor KingAdd ability to import a default manager with get_manager().
2010-10-21 W. Trevor KingMerge branch 'master' of physics.drexel.edu/~wking...
2010-10-21 W. Trevor KingFix dropped receive during ThreadManager._spawn_jobs.
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...