Hello Fello EmbPerl-ers,
 
 Anybody know how to tell EmbPerl to not check to see if a template has 
changed? I'm doing some performance tuning and trying to reduce the number of 
disk-accesses.
 
 I'm using the mod_perl environment, not the Execute method. I set my 
httpd.conf to contain
 EMBPERL_OPTIONS to 524802
 
 ...which includes the 524288 value, which is supposed to set 
optKeepSrcInMemory. I can also print the value of $optKeepSrcInMemory in my 
page and see that it is set to 1, but if I modify a page, the changes are 
reflected upon reload, without restarting the server. EmbPerl must be checking 
the disk to detect the change.
 
 Thanks,
 
 -Carl
 
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to