>Did you try to start Apache with -X switch like I suggested yesterday ? Any
>differences ?
Yes, no differences.

>Do you load HTML::Embperl at server startup (i.e. PerlModule HTML::Embperl
>or use HTML::Embperl in a file that is loaded with PerlRequire from
>httpd.conf) ? If yes, try to not load Embperl at startup. Then Embperl will
>be loaded directly before the request and %udat will be tied at this time.
>This should make sure that the tieing of %udat happens in the same process
+
>thread.
I dunno. I have installed it as mod_perl:

 <FilesMatch ".*\.html$">
  SetHandler  perl-script
  PerlHandler HTML::EmbperlObject
  Options     ExecCGI
 </FilesMatch>

I dunno when it is loaded, but isn`t it performance reducing?

lzap


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

Reply via email to