Re: Sending archived objects to a child process via NSPipe

2010-01-14 Thread Christian Ziegler
Ahh yeah, the buffer, totally forgot about that. Thanks for the tip, I'm sure I'll figure it out now. Cheers, Chris On 14.01.2010, at 20:23, "Stephen J. Butler" wrote: On Thu, Jan 14, 2010 at 1:11 PM, Christian Ziegler > wrote: Hi all! It is probably simple, but I can't figure it out

Re: Sending archived objects to a child process via NSPipe

2010-01-14 Thread Stephen J. Butler
On Thu, Jan 14, 2010 at 1:11 PM, Christian Ziegler wrote: > Hi all! > > It is probably simple, but I can't figure it out atm. I  want to send an > archived object through an NSPipe to a child process. As long as there is > only a single object in the pipe at a given time the receiver can unarchi

Sending archived objects to a child process via NSPipe

2010-01-14 Thread Christian Ziegler
Hi all! It is probably simple, but I can't figure it out atm. I want to send an archived object through an NSPipe to a child process. As long as there is only a single object in the pipe at a given time the receiver can unarchive the object properly. However, once I send another object to the