Thursday, October 31, 2013

Python Multi-threading example to launch program modules using separate threads. The delay between launch of two programs allows Operating System to adjust resources and sent the second program to a different CPU for load balancing. This works particularly well if you have multiple CPU's and you want different threads to be run on different CPUs