How to run functions in the background?

Grant Edwards grante at visi.com
Mon May 30 12:23:23 EDT 2005


On 2005-05-30, Ognjen Bezanov <ognjen at mailshack.com> wrote:

> I need to find a way to 'fork' a function into the background
> yet still be able to send commands to it.

http://docs.python.org/lib/module-popen2.html

-- 
Grant Edwards                   grante             Yow!  I'm a fuschia bowling
                                  at               ball somewhere in Brittany
                               visi.com            



More information about the Python-list mailing list