Scripts in IWP run much faster than with FMP -
02-10-2011
, 02:55 PM
Hello,
I have a file running on FMPSA10 that is accessible by FMP11 on a local
network and by IWP over the internet.
Although I'm using the same scripts... Most scripts run much faster with
IWP over the internet then on the local network with FMP11.
I think it has to do with the fact that some scripts us a loop and
within this loop FMP jumps from one layout to another to do finds or
wathever. Allthough I allways use FREEZE WINDOW before changing from
layout you can still see the scrollbar jumping up and down while the
script is running.
I've got a feeling that this is the problem. With IWP, I start the
script, FMPSA runs the total script and when it is done, it returns the
resulting layout to the browser. On the local network, FMP11 and FMPSA10
keep communicating back and forth and this takes time.
My question :
Isn't there a way to say for instance at the beginning of a script when
using FMP with FMPSA on a local network that FMPSA has to run the total
script on its own and then, when it is ready update the layout on FMP
(as with IWP). This would improve speed enormously.
Thank you in advance,
Marc |