NSTask problems
NSTask problems
- Subject: NSTask problems
- From: Robert Goldsmith <email@hidden>
- Date: Mon, 24 Jun 2002 18:36:24 +0100
Hi all :)
I'm having some problems with NSTask objects. Basically, it seems that
an NSTask object does not always exit correctly and post a
notification - possibly because the program I'm running in the NSTask
exits too quickly. In order to carry out clean-up procedures that are
guaranteed only to run when the task has completed, I need to use
waitForExit which is not good. I also want to thread lots of the
routines and without a notification, I have no information on when it is
safe to release threads. The result of which is that when the thread is
released, lots of things crash. Again, not good.
Any suggestions?
Thanks
Robert
---
GnuPG public key:
http://www.Far-Blue.co.uk/RSGoldsmith.asc
[demime 0.98b removed an attachment of type application/pgp-signature which had a name of PGP.sig; charset=US-ASCII]
_______________________________________________
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.