Net::SAML2 Compilation Error

2013-05-27 Thread Nageswara rao Gurram
Hi, I Installed new Module Net::SAML2 and all its dependencies. But when I try to use it, I am getting Compilation error. I put 'use Net::SAML2' in my other module which causes the error, and also I verified it INC path too, it exists. More Info on error: [Mon May 27 11:36:34 2013] [error] [16

Re: Net::SAML2 Compilation Error

2013-05-27 Thread Nageswara rao Gurram
he package XML::Generator::overload is in the same file as XML/Generator.pm. Furthermore, when I go through the commandline (say "perl -d -MXML::Generator -e 1"), all is fine. And when I delete Apache2::porting.pm module from conf file, apache starting fine. On Mon, May 27, 2013 at 2

Shared Dirty memory of Apache parent process

2014-09-16 Thread Nageswara rao Gurram
Hi, I am new to mod perl environment so this may looks naive. Recenlty I observed my apache processes are getting huge.. When I tried to dig this down I found apache parent process (rss memory , mainly shared dirty) itself is increasing with number of requests it is serving, so when everytime

Re: Shared Dirty memory of Apache parent process

2014-09-16 Thread Nageswara rao Gurram
System details: CentOS release 5.9, Apache/2.2.23,Perl 5.8.8, mod_perl 2.0 and Apache is running with pre-fork config. On Tue, Sep 16, 2014 at 8:18 PM, André Warnier wrote: > Nageswara rao Gurram wrote: > >> Hi, >>I am new to mod perl environment so this may looks naiv

Re: Shared Dirty memory of Apache parent process

2014-09-16 Thread Nageswara rao Gurram
gt; > On Tue, Sep 16, 2014 at 10:28 AM, Nageswara rao Gurram < > nageshgurra...@gmail.com> wrote: > >> Hi, >>I am new to mod perl environment so this may looks naive. >> Recenlty I observed my apache processes are getting huge.. When I tried >> to dig

Re: Shared Dirty memory of Apache parent process

2014-09-18 Thread Nageswara rao Gurram
Thanks for valuable inputs. I'll try to remove this global variable and use Memcached in its place (as we are already using in our system). Harkins, I am checking /proc/pid/smaps and found shared memory of parent is getting increased.. Following are the details of parent and childs smaps in backup