create python process

Mike Meyer mwm at mired.org
Tue Apr 26 03:55:39 EDT 2005


"ajikoe at gmail.com" <ajikoe at gmail.com> writes:

> Hello,
>
> I would like to create python processes instead of thread.
> Can anyone give me an example or site which shows a tutorial about how
> to create processes ?

See the os.fork documentation.

    <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list