You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Yann <yl...@ims.ltd.uk> on 2000/06/15 11:23:58 UTC

Memory Leaks

Hi Cocooners,

I don't know whether this is a VM issue or a Cocoon issue or my web-app
issue.

But basically, I am using JDK1.2 + Hotspot 2.0 to run a Cocoon 1.7.3 web app
on NT 4. I use Tomcat 3.1. After several days, the virtual memory keeps
increasing. Until I get a java.lang.OutOfMemory Error.

Anybody experienced with memory leaks?

Yann.
----------------------------------------------------------------------------
----------------------------
Private and Confidential
This e-mail may contain information that is privileged confidential
or otherwise protected from disclosure.  It must not be used by
or its contents copied or disclosed to persons other than the addressee.
If you have received this e-mail in error please notify the sender on
+44 0113 297 2108  and delete the e-mail.

Warning
It is the responsibility of the recipient to ensure that the onward
transmission opening or use of this message and any attachments
will not adversely affect its systems or data.  Please carry out such
virus and other checks as you consider appropriate.  No responsibility
is accepted by IMS in this regard.

----- Original Message -----
From: Laurent Eskenazi <le...@mail.inforama.fr>
To: Cocoon <co...@xml.apache.org>
Sent: Wednesday, June 14, 2000 11:46 PM
Subject: Cocoon2 Benchmarking


> Is there a way to have cocoon2 insert in the generated HTML code the time
it
> used to process it like it is done in Cocoon1 ? (it said something like
> "Cocoon-1.7.4 processed this page in 300ms")
>
> By the way, is there a timeframe for the official release of Cocoon2 ?
>
> Thanks
>
> Laurent Eskenazi - Antistatic - www.antistatic.org
>
> Address:  73 Avenue Ziem, 06800 Cagnes sur Mer, France
> Desk Phone: +33 4 93 14 68 85
> Cell Phone: +33 6 10 77 81 20
> E-mail: laurent.eskenazi@antistatic.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org
>
>


Re: Memory Leaks

Posted by Yann <yl...@ims.ltd.uk>.
I forgot to say that I use the JdbcOdbc driver from Sun (connecting to an
Access97). Since I connect and disconnect after each operation, that might
be the reason why I get a memory leak (driver buggy). I know Access is poor
at that kind of job but there aren't many users nor frequent requests. Sorry
if that is not so Cocoon related.

Yann.