Submit background task
Submit background task
- Subject: Submit background task
- From: John Nairn <email@hidden>
- Date: Thu, 16 Jun 2005 16:24:31 +0200
What is the best way (NSTask or other) to submit a background process
that will continue running even if the submitting application quits?
I tried an NSTask adding arguments ">", "output file name", and "&",
to redirect to a file and run in background, but NSTask just passed
the new arguments to the main task. I also thought of writing a
script file to submit a background job and then executing the script
file in an NSTask. Maybe there is a better way?
---------------
John Nairn (1-801-581-3413, FAX:1-801-581-4816)
Web Page: http://www.mse.utah.edu/~nairn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden