RE: Solaris mod_perl DSO...

2001-06-22 Thread Doug MacEachern

On 22 Jun 2001, Jay Thorne wrote:

 Hmm. I've tried this on perl 5.5.x and 1.25 on a linux box, and I still
 get the 4meg leak per HUP

hi, for the nth time, 5.005 leaks, 5.6.1 does not.





RE: Solaris mod_perl DSO...

2001-06-22 Thread Jay Thorne

On 21 Jun 2001 19:34:03 -0700, Doug MacEachern wrote:
 On Thu, 21 Jun 2001, Paul G. Weiss wrote:
 
  I've done it with 5.6.1.  There was a fairly detailed thread on it last
  week on how it was done.  In order to avoid a memory leak on restart you
  need to build with a bleed modperl though.  If you can start and stop your
  server you're fine with 1.25.
 
 as you pointed out before, you can configure:
 PerlSetEnv PERL_DESTRUCT_LEVEL 2
 
 without installing cvs modperl.
 
 
Hmm. I've tried this on perl 5.5.x and 1.25 on a linux box, and I still
get the 4meg leak per HUP


--
--
Jay Thorne Manager, Systems  Technology, UserFriendly Media, Inc.




RE: Solaris mod_perl DSO...

2001-06-21 Thread Paul G. Weiss

I've done it with 5.6.1.  There was a fairly detailed thread on it last
week on how it was done.  In order to avoid a memory leak on restart you
need to build with a bleed modperl though.  If you can start and stop your
server you're fine with 1.25.



-Original Message-
From: Sean Chittenden [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 7:32 PM
To: [EMAIL PROTECTED]
Subject: Solaris mod_perl DSO...


Has anyone had any luck getting mod_perl to work as a DSO on 
Solaris?  In looking through the sources, it looks like my only option 
is to upgrade to bleed perl.  If that really is the only thing I can 
do, can someone quickly second my thoughts before I go and subject 
myself to a little piece of something other than heaven?  Thanks.  -sc

-- 
Sean Chittenden



RE: Solaris mod_perl DSO...

2001-06-21 Thread Doug MacEachern

On Thu, 21 Jun 2001, Paul G. Weiss wrote:

 I've done it with 5.6.1.  There was a fairly detailed thread on it last
 week on how it was done.  In order to avoid a memory leak on restart you
 need to build with a bleed modperl though.  If you can start and stop your
 server you're fine with 1.25.

as you pointed out before, you can configure:
PerlSetEnv PERL_DESTRUCT_LEVEL 2

without installing cvs modperl.