RE: Purify, Perl and mod_perl

2002-07-16 Thread Carwheel, Dan
riginal Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 11:09 AM To: Carwheel, Dan Cc: '[EMAIL PROTECTED]' Subject: Re: Purify, Perl and mod_perl Carwheel, Dan wrote: > although their web page says only works for C, C++, Java and a few &

Re: Purify, Perl and mod_perl

2002-07-16 Thread Stas Bekman
Perrin Harkins wrote: [...] >> My question is this...can I run my application using this purified perl >> under mod_perl to track down potential memory leaks and other problems? > > > You probably don't have any memory leaks. Most things that people refer > to as leaks are just normal growth.

Re: Purify, Perl and mod_perl

2002-07-16 Thread Perrin Harkins
Carwheel, Dan wrote: > although their web page says only works for C, C++, Java and a few > others, I've seen this page: > > http://www.perlpod.com/stable/perlhack.html > > on getting Perl work with with Purify. That page is about getting Perl's C executable to work with Purify, not usi

Purify, Perl and mod_perl

2002-07-16 Thread Carwheel, Dan
I've looked at Rational's Purify: http://www.rational.com/products/purify_unix/index.jsp, and although their web page says only works for C, C++, Java and a few others, I've seen this page: http://www.perlpod.com/stable/perlhack.html on getting Perl work with with Purify. My