Popular Python recipes tagged "meta:requires=resource"http://code.activestate.com/recipes/langs/python/tags/meta:requires=resource/2006-01-08T14:01:16-08:00ActiveState Code RecipesCreating a daemon the Python way (Python) 2005-10-03T16:49:09-07:00Chad J. Schroederhttp://code.activestate.com/recipes/users/1760491/http://code.activestate.com/recipes/278731-creating-a-daemon-the-python-way/ <p style="color: grey"> Python recipe 278731 by <a href="/recipes/users/1760491/">Chad J. Schroeder</a> (<a href="/recipes/tags/threads/">threads</a>). Revision 6. </p> <p>The Python way to detach a process from the controlling terminal and run it in the background as a daemon.</p> profiling threads (Python) 2006-01-08T14:01:16-08:00Maciej Obarskihttp://code.activestate.com/recipes/users/2559120/http://code.activestate.com/recipes/465831-profiling-threads/ <p style="color: grey"> Python recipe 465831 by <a href="/recipes/users/2559120/">Maciej Obarski</a> (<a href="/recipes/tags/threads/">threads</a>). Revision 8. </p> <p>This recipe shows how to profile threads in Python by using custom profiler function.</p>