On 15 May 2004, at 19:38, Alex Krohn wrote:
Hi,
I'm facing a weird problem that's proving difficult to track down.
After a certain number of hits to our mod_perl apps, the environment no
longer gets reset per request. For example, if you have a script that
just dumps the environment, after hitting
Have you looked into Apache::Status?
-Original Message-
From: Alex Krohn [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 15, 2004 11:38 AM
To: [EMAIL PROTECTED]
Subject: environment not getting reset
Hi,
I'm facing a weird problem that's proving difficult to track down.
After a certain
Hi,
I'm facing a weird problem that's proving difficult to track down.
After a certain number of hits to our mod_perl apps, the environment no
longer gets reset per request. For example, if you have a script that
just dumps the environment, after hitting some piece of code, that
script will show
Marc Gracia (Oasyssoft) wrote:
On Fri, 2004-05-14 at 20:56, Stas Bekman wrote:
There something else you can try though. Force an early resolution of all
symbols when the program loads (which is a default behavior for MacOSX and a
few other platforms). For perl xs modules you do that by setting e
On Fri, 2004-05-14 at 20:56, Stas Bekman wrote:
There something else you can try though. Force an early resolution of all
symbols when the program loads (which is a default behavior for MacOSX and a
few other platforms). For perl xs modules you do that by setting env var
RTLD_NOW=1. Though
On Fri, 2004-05-14 at 20:56, Stas Bekman wrote:
Marc Gracia (Oasyssoft) wrote:
> Opps.. Sorry after all gdb an strace I forgot to send the perl -V
>
> Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
[...]
Thanks.
Have you tried a more recent 5.8.x perl? 5.8.4 is out