Re: What's the story with OSAScriptController and OSAScriptView.
Re: What's the story with OSAScriptController and OSAScriptView.
- Subject: Re: What's the story with OSAScriptController and OSAScriptView.
- From: "email@hidden" <email@hidden>
- Date: Sat, 9 Feb 2008 11:46:24 +0000
Thanks for the reply
My app needs to run concurrent scripts.
At present I am firing them off into separate tasks wrapped around
NSAppleScript.
> That would be the safest way to do it, assuming you need to use > AppleScript in the first place. Are these user-supplied scripts you're > running, or are they private to your application?
The scripts will be user supplied and scheduled so concurrency is a must. Bridges etc won't really cut the mustard here I think. My scripts wrapped in NSTask approach does work but the overhead is huge for trivial scripts. But it looks like it might be the only option.
Jonathan
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden