Is AppleScript multi-threaded?
Is AppleScript multi-threaded?
- Subject: Is AppleScript multi-threaded?
- From: Matthew Broms <email@hidden>
- Date: Mon, 24 Jun 2002 09:14:15 -0400
Does/Can AS instantiate multiple occurrences of a script?
I have a scenario where I have written a script to process an email
attachment whenever a certain type of email is received. The script takes
about 20-30 seconds to run. I haven't finished the script so it's not live
to test yet, but I'm wondering what's going to happen when this script is
triggered (by Entourage) by an incoming eMail and then triggered again
within a second or two by another email (or 10 more, etc.)? Is this a
problem? Will it wait, will it bomb, or is AS multi-threaded and run
multiple instances of it?
Thanks,
Matt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.