> I am using Embperl 1.3.4 in production at the moment, and have disabled
> all debugging output as follows in httpd.conf:
>
> PerlSetEnv EMBPERL_LOG /dev/null
> PerlSetEnv EMBPERL_DEBUG 0
>

Do you have these directives before you load Embperl in your httpd.conf?
Otherwise it won't work.


> Yet I am noticing an occasional and unpredictable output to
> /tmp/embperl.log, related to CACHE and CUP:
>

It could be a problem that mod_perl sometimes has with environment
variables. Try to set the two value addtionaly via SetEnv. Does this change
anything?

> *x = \"hello";
>
> This is a valid way of declaring constants mentioned in Programming
> Perl.
>

ok, I will try to catch read only vars in Embperl 2.0 and do not clean them
up, but Embperl 1.x doesn't have a way to notice that this variable is read
only.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




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

Reply via email to