Re: one NSPipe, multiple NSTasks?
Re: one NSPipe, multiple NSTasks?
- Subject: Re: one NSPipe, multiple NSTasks?
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 31 Mar 2003 17:09:11 -0800
On Sunday, March 23, 2003, at 08:41 PM, beamsplitter wrote:
I'd like to use one NSPipe instance for multiple successive NSTasks.
Can anyone point out my mistake?
Your mistake is in the line above the question.
Once a task is done, it closes the pipe. That's how you know the task
is done (without resorting to hacks like scanning the output of ps.)
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.