RE: Increasing memory problem (i hope this helps)

2000-11-28 Thread Saurabh Shukla
. SHuklix -Original Message- From: Julio Serje (@canada.com) [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 26, 2000 10:08 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Increasing memory problem Hi, Kai. The problem you are experiencing is a difficult one

Re: Increasing memory problem (i hope this helps)

2000-11-28 Thread Craig R. McClanahan
See below. Saurabh Shukla wrote: could you tell me more about the thread pooling, please? Where do I get some information? How does Tomcat handle the requests? Thank you. Kai I hope this helps. The PROBLEM: Tomcat is a multi-threaded servlet container, this means that the requests

Re: Increasing memory problem

2000-11-27 Thread Kai Müller
n also try Thread Pooling in tomcat, it might be help. SHuklix -Original Message- From: Julio Serje (@canada.com) [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 26, 2000 10:08 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Increasing memory problem Hi, Kai. The p

Re: Increasing memory problem

2000-11-27 Thread Kai Müller
Serje (@canada.com) [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 26, 2000 10:08 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Increasing memory problem Hi, Kai. The problem you are experiencing is a difficult one, as it relates to the way you allocate and de-allocate your

RE: Increasing memory problem

2000-11-26 Thread Saurabh Shukla
YOu can also try Thread Pooling in tomcat, it might be help. SHuklix -Original Message- From: Julio Serje (@canada.com) [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 26, 2000 10:08 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Increasing memory problem Hi, Kai

Increasing memory problem

2000-11-24 Thread Kai Müller
Hi everybody! My problem is the following: after I start my application (JSPs read from MySQL) with Tomcat 3.1 the used memory of the java processes increases and the number of java processes themselves increases if I reload the same site (2 per second), reload, reload, reload ;-) The

RE: Increasing memory problem

2000-11-24 Thread Saurabh Shukla
Give tomcat more memory.. check up your startup file for that.. Shuklix -Original Message- From: Kai Müller [mailto:[EMAIL PROTECTED]] Sent: Friday, November 24, 2000 11:05 PM To: [EMAIL PROTECTED] Subject: Increasing memory problem Hi everybody! My problem is the following: after