NSAppleScript not in the main thread
NSAppleScript not in the main thread
- Subject: NSAppleScript not in the main thread
- From: Christoph Vogelbusch <email@hidden>
- Date: Fri, 19 May 2006 22:47:23 +0200
Hi,
I just read in the "Multithreading Programing Topics" that
NSAppleScript should only be used from the main thread.
My "application" is running as a plug-in in iTunes and I want to
extend the song information using NSAppleScript.
As the plug-in is not running in the main thread I could never run my
AppleScript from the main thread and as NSAppleScript is slow I want
to create a separate thread for the AppleScript calls.
What kind of problems can I expect from running AppleScript from
another thread (and accessing the same application with it)?
How can I avoid these problems?
Greeting from Germany
Christoph Vogelbusch
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden