Popular recipes by sumerc http://code.activestate.com/recipes/users/4170198/2009-05-11T02:05:16-07:00ActiveState Code RecipesSimple MultiThreaded Timer Job Controller (Python) 2009-05-11T02:05:16-07:00sumerchttp://code.activestate.com/recipes/users/4170198/http://code.activestate.com/recipes/576748-simple-multithreaded-timer-job-controller/ <p style="color: grey"> Python recipe 576748 by <a href="/recipes/users/4170198/">sumerc</a> (<a href="/recipes/tags/job/">job</a>, <a href="/recipes/tags/multithread/">multithread</a>, <a href="/recipes/tags/task/">task</a>, <a href="/recipes/tags/timer/">timer</a>). Revision 2. </p> <p>We have tried to write an audit for our server to check our server's connection, status and other internal info and there are multiple threads invoking multiple tasks. So I came up with this simple utility that takes a job and runs it in a specific interval.</p>