>
> >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?
>
This mainly make a difference on Unix, but not on windows, because windows
uses another process model. Anyway at the moment I just like to find the
reason why it isn't working. When we know this we can get it working for the
standard configuration.
So, if I understand right, you don't have a
PerlModule HTML::Embperl
so please add this to your httpd.conf and see if there are any differences.
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]