Re: How to create process independent of current process AND that takes command line arguments?
Re: How to create process independent of current process AND that takes command line arguments?
- Subject: Re: How to create process independent of current process AND that takes command line arguments?
- From: "Chris Markle" <email@hidden>
- Date: Thu, 3 Apr 2008 23:24:05 -0700
Chris S.,
> Why do you not want it to be a child? The reason I ask is that if your
> requirement is that the spawned process isn't terminated when the parent
> dies, then NSTask will suffice. Whilst processes it spawns are children,
> they're in a different process group and session and so don't die when the
> parent dies.
Is there anything special I need to specify or any particular
terminology for this that I should look for in the doc to get this
behavior (running in a different process group)? Thanks!
Chris M.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden