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: Jim Correia <email@hidden>
- Date: Sat, 9 Feb 2008 09:42:03 -0500
On Feb 9, 2008, at 6:53 AM, email@hidden wrote:
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.
User supplied scripts involve another level of complication. Since the
user could have written anything in their script, anything could
involve invoking an arbitrary scripting addition which may not be
thread safe.
Jim
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden