something is wrong here. apache 2.0.45,mod_perl 1.99_08 and perl 5.8.0
The following little script running under ModPerl::Registry makes
consuming all the memory and not releasing it back. Its not a
classical memleak, cause the consumed mem does not increase. If
running in single-server-mode the c
hi,
i have one big problem
i'm using modperl 2.0 (last cvs), httpd 2.0 (last cvs), perl 5.8.0
using apache mpm = worker
when i start apache, size:
17277 nobody 8 0 13964 13M 13152 S 0.0 3.6 0:00 httpd
DBI.pm have problem, when i execute my script, DBI.pm open memorya but
don't c
> ok, i'll look into that. I've been using RLimitMEM and RLimitCPU
One thing to be aware of is that using rlimit will kill your process harshly
when it goes over the limit. It's better to use Apache::SizeLimit for basic
size control, and use rlimit as a backup safety measure to catch runaway
pro
On Fri, 7 Sep 2001, Jon Molin wrote:
> Stas Bekman wrote:
> >
> > On Fri, 7 Sep 2001, Jon Molin wrote:
> >
> > > Hi list,
> > >
> > > I have a memory leak in a script or module, the problem is that i've
> > > resently added many scripts and modules and can't easily isolate the
> > > problem. Is t
Stas Bekman wrote:
>
> On Fri, 7 Sep 2001, Jon Molin wrote:
>
> > Hi list,
> >
> > I have a memory leak in a script or module, the problem is that i've
> > resently added many scripts and modules and can't easily isolate the
> > problem. Is there a way besides strace to see what the httpd proces
On Fri, 7 Sep 2001, Jon Molin wrote:
> Hi list,
>
> I have a memory leak in a script or module, the problem is that i've
> resently added many scripts and modules and can't easily isolate the
> problem. Is there a way besides strace to see what the httpd process is
> up to?
> 9869 httpd 0
Hi list,
I have a memory leak in a script or module, the problem is that i've
resently added many scripts and modules and can't easily isolate the
problem. Is there a way besides strace to see what the httpd process is
up to?
9869 httpd 0 0 21188 19M 2424 S 0 12.2 3.8 0:13 http
On Wed, 26 Jul 2000, Suresh wrote:
> I am running RedHat Linux 6.1 / Apache 1.3.12 /Mod_Perl / DBI and
> using Oracle 8.0.5 as database back end for web application we are
> developing. Everything works fine, but when i was testing for memory
> problems, i found that each request of any file acces
I don\'t know what\'s causing the memory \"leak\", but I know
that you don\'t have to include any DBD drivers, if you are
using DBI. DBI parses the connect string and locates the
appropriate DBD driver (DBD::Oracle in your case).
Arsh
Quoting Suresh <[EMAIL PROTECTED]>:
> Hi all,
>
> I am runn
Hi all,
I am running RedHat Linux 6.1 / Apache 1.3.12 /Mod_Perl / DBI and using Oracle 8.0.5
as database
back end for web application we are developing. Everything works fine, but when i was
testing for
memory problems, i found that each request of any file accessing the database is
increasing
10 matches
Mail list logo