[EMAIL PROTECTED] wrote]
> I use windows and os.fork is not working in windows.
> Can we create process inside python I mean I have function and I want
> to run it as a process not a thread ?
>
> Should I run code from os. in order to run a processes?
Check out any or all of:
subprocess (new
I use windows and os.fork is not working in windows.
Can we create process inside python I mean I have function and I want
to run it as a process not a thread ?
Should I run code from os. in order to run a processes?
Sincerely Yours,
pujo
--
http://mail.python.org/mailman/listinfo/python-list
"[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.
http://www.mired.org/home/
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 ?
Sincerely Yours,
Pujo
--
http://mail.python.org/mailman/listinfo/python-list