My app sometimes needs to call an external tool that runs via NSTask and delivers text output back to my app. I profiled it and most of the time (30%) is spent in [NSConcreteTask launchWithDictionary]
Is there any technique I can use to keep this running and thus not have to relaunch it the next time I need to use it... Just somehow give it a new set of arguments to crunch? I don't think there is, but I am hoping I am wrong. Thanks, Trygve _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com