RE: FMP causes script slowdown
RE: FMP causes script slowdown
- Subject: RE: FMP causes script slowdown
- From: email@hidden
- Date: Mon, 15 Jul 2002 14:40:37 EDT
Try allocating FMP more ram, so it isn't as disk-intensive,
and have your script place FMPro in the background as the
first part of the script.
The processor cycles are divided between running processes
(and a script is a process, as is an application); when
FMPro is in the forefront, it tends to hog up much of the
processor run-time while waiting for disk events, as well
as being a processor hog if it's actively running something
like a web server, where there are constant requests.
=-= Marc
Mario Wrote:
>
I have recently noticed that FMP slows down my scripts
>
significantly when it's the front application. Even the
>
scripts unrelated to FMP. Is anyone aware on how to deal
>
with the problem, is it processor or hard drive related?
_______________________________________________
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.