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:53:25 +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
_______________________________________________
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