Popular recipes by Miki Tebeka http://code.activestate.com/recipes/users/4086267/2009-04-02T19:41:10-07:00ActiveState Code RecipesParallel map (Python) 2009-04-02T19:41:10-07:00Miki Tebekahttp://code.activestate.com/recipes/users/4086267/http://code.activestate.com/recipes/576709-parallel-map/ <p style="color: grey"> Python recipe 576709 by <a href="/recipes/users/4086267/">Miki Tebeka</a> (<a href="/recipes/tags/algorithm/">algorithm</a>, <a href="/recipes/tags/map/">map</a>, <a href="/recipes/tags/parallel/">parallel</a>). Revision 3. </p> <p>Implementation of parallel map (processes).</p> <p>This is a Unix only version.</p> Cleaning up when killed (Python) 2007-09-27T10:33:56-07:00Miki Tebekahttp://code.activestate.com/recipes/users/4086267/http://code.activestate.com/recipes/533117-cleaning-up-when-killed/ <p style="color: grey"> Python recipe 533117 by <a href="/recipes/users/4086267/">Miki Tebeka</a> (<a href="/recipes/tags/sysadmin/">sysadmin</a>). </p> <p>atexit handlers are not called when a process is killed, this recipe show how to fix that.</p>