On 11-Apr-2000 Phil Spencer wrote:
> I have a WebSphere/OracleThinJDBC configuration. Ad WebSphere is showing
> available memory decreasing by about 50K/sec even when there are no
> active requests to my servlets. I have created no explicit async processes
> or threads so I have no idea where this memory is going unless there is
> a bug in the Oracle drivers.
>
> Does anyone have experience with this problem or suggestions how I might
> track it down?

This is typical beheviour of a servlet that is looping.

It is certainly not the oracle driver or java. Otherwise my site would not have
survived the passed hour ;)

I suggest you check the code for loops that do not stop
Wouter

--
Mphasis Media BV.                         Interactive architects
Wouter Boers <[EMAIL PROTECTED]>   http://www.MphasiS.com
Phone: +31 (0)71 5238575                  Fax: +31 (0)71 5238576
Wouter Boers <[EMAIL PROTECTED]>                http://www.ikke.net

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to