Re: Best way to handle this

2009-01-09 Thread Graham Cox
On 10 Jan 2009, at 1:08 am, development2 wrote: But I am curious about something. I am using NSTask to actually handle the external program, so what asynchronous notifications are you talking about then? I'm guessing it would be NSTaskDidTerminateNotification, as it's the only one it de

Re: Best way to handle this

2009-01-09 Thread development2
On Jan 8, 2009, at 11:58 PM, Ken Thomases wrote: On Jan 8, 2009, at 7:49 PM, Nathan Kinsinger wrote: On Jan 8, 2009, at 4:20 PM, development2 wrote: I am hoping someone can help me figure out the best way to handle this, I am sure someone out there has some experience with this. I have

Re: Best way to handle this

2009-01-08 Thread Ken Thomases
On Jan 8, 2009, at 7:49 PM, Nathan Kinsinger wrote: On Jan 8, 2009, at 4:20 PM, development2 wrote: I am hoping someone can help me figure out the best way to handle this, I am sure someone out there has some experience with this. I have some code that sends a command to an external

Re: Best way to handle this

2009-01-08 Thread Nathan Kinsinger
On Jan 8, 2009, at 4:20 PM, development2 wrote: I am hoping someone can help me figure out the best way to handle this, I am sure someone out there has some experience with this. I have some code that sends a command to an external hardware device and waits to get the response back with

Best way to handle this

2009-01-08 Thread development2
I am hoping someone can help me figure out the best way to handle this, I am sure someone out there has some experience with this. I have some code that sends a command to an external hardware device and waits to get the response back with the info that was requested of the device. Now