Re: Dumping input to NSTask
Re: Dumping input to NSTask
- Subject: Re: Dumping input to NSTask
- From: John Timmer <email@hidden>
- Date: Wed, 14 Jul 2004 23:01:48 -0400
>
If your process generates enough output to fill the pipe the process
>
will block waiting for the pipe to be drained. Pipes have finite
>
storage and once full things will block until space is made available
>
and this is done by read stuff out of the pipe.
Sorry, I wasn't clear. I had set up with continual pipe reading, but I
simplified it for this example. The symptoms are identical.
JT
_______________________________________________
This mind intentionally left blank
_______________________________________________
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.