Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
[2.4.2/Linux] Getting Python to fork?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jon Ribbens, post: 3430427"] I'm pretty sure that should be os._exit(0) This is now the child process. I think that's changing Python's idea of stdin etc but not the operating system's idea of them. You won't be closing the original file descriptors, and if you run any subprocesses they will end up with the original stdin/out/err. Unless sys.stdin is more magic than I'm aware of. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
[2.4.2/Linux] Getting Python to fork?
Top