andu wrote:
> 
> 
> I find it hard to believe that using the AppleEvents path is faster then
> direct script execution. Also if you mean by globals what I mean in this
> case, they also get reloaded for every request to the server.
> I tend to believe that the difference in performance is either due to some
> misconfiguration of Apache or some problem with the script in the .mt file.
> I'd be curious to take a look at the script if you are willing to email it
> to me off the list.
> 
> 
> Regards, Andu
> 


The global variables within Metacard, not "the globals" catched by the
".mt" cgi script to get what Apache forward to the CGI gateway. No
problems with the speed execution of this..., only with the time needed
to load the first kind of vars; it takes just the same time needed to
load them when opening a copy of the ".mt" file set as a standard ".mc"
stack.

The problem i try to avoid is to get the reusability of those "within
metacard globals", without to have to reload them (from disk, 4Mo of
text datas) each time a new instance of the ".mt" script is running. How
to do to get them staying in a ram buffer betwin two instances of the
".mt" script. I think FastCGI do that but i d'nt now if it's friendly
with Metacard and, perhaps, is it a best way to get the same result.

Thank's Andu and sorry for my poor english :)

 
Pierre Sahores

This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm

Reply via email to