Re: create python process

2005-04-26 Thread Trent Mick
[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

Re: create python process

2005-04-26 Thread [EMAIL PROTECTED]
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

Re: create python process

2005-04-26 Thread Mike Meyer
"[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/

create python process

2005-04-25 Thread [EMAIL PROTECTED]
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