"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to