Mem usage of modules

2002-04-11 Thread pawelp

Hi

Under Mem Usage menu I have list like this:

Apache::ROOT::cgi_2dbin::auk_ch_de
Apache::ROOT::cgi_2dbin::auk_ch_fr 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_aw_ch_de 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_aw_ch_fr 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_ca_ch_de 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_ch_de 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_ch_fr 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_cn_ch_de 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_cq_ch_de 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_cq_ch_fr 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_sc_ch_fr 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_sg_ch_de 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_sg_ch_fr 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_xa_ch_de 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::auk_xa_ch_fr 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::msn_2epl 
Apache::ROOTdynamic_2ericardo_2ech::cgi_2dbin::sunrise 

The auk_ch_de and auk_ch_fr scripts are preloaded with RegistryLoader.
But these scripts are also mentioned later on that list - is that
means they were loaded into memoey twice (in fact all the auk_ scripts are sym
links to the same script auk) ?

Thanks
Pawel




Prolem with scripts running under Apache:RegistryLoader

2002-03-07 Thread pawelp

I have a code (not mine) that work fine witout Apache:RegistryLoader
- problem is that every httpd process has ~30 MB. After using
Apache:RegistryLoader process is 5 MB + 20 MB in shared mem.

But than new problem appered: when work without RegLoader I have
one connection do our Sybase database per process. Now I have only
ONE connection (database handle - $dbh - is global) within all
processes. I think this leads to my problem: database connection is
being corrupted after couple of minutes (Invalid packet header,
Unknown marker etc)

Rewriting the could is rather not possible (~10.000 lines - not mine),
so I looking for some connection polling solution (or sth else).

Does anybody could help me.

Pawe³ Piecuch



Prolem with scripts running under Apache:RegistryLoader

2002-03-06 Thread pawelp

I have a code (not mine) that work fine witout Apache:RegistryLoader 
- problem is that every httpd process has ~30 MB. After using 
Apache:RegistryLoader process is 5 MB + 20 MB in shared mem.

But than new problem appered: when work without RegLoader I have 
one connection do our Sybase database per process. Now I have only 
ONE connection (database handle - $dbh - is global) within all 
processes. I think this leads to my problem: database connection is 
being corrupted after couple of minutes (Invalid packet header, 
Unknown marker etc)

Rewriting the could is rather not possible (~10.000 lines - not mine), 
so I looking for some connection polling solution (or sth else).

Does anybody could help me.

Pawe³ Piecuch