RE: Tomcat scalability setting - need help please

2010-04-09 Thread Cin Lung
eries and navigation design so that it doesn't do this. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Cin Lung [mailto:cinl...@gmail.com] > Sent: Thursday, April 08, 2010 10:53 AM > To: 'Tomcat Users List' > Subject:

RE: Tomcat scalability setting - need help please

2010-04-08 Thread Cin Lung
Hi George Your remark is almost correct. What I did is that I store the result of the resultset (which can go up to million lines of rows) in a batch of Java beans. Then I set the beans to the HTTP Request and pass them to the receiving JSP. But I do remember to return the connection to the pool.

RE: Tomcat with NIO???

2010-04-08 Thread Cin Lung
for both protocol above? In the mean time I will read the doc that Mark gave to me. Thanks -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, April 08, 2010 7:45 PM To: Tomcat Users List Subject: Re: Tomcat with NIO??? On 08/04/2010 13:41, Cin Lung wrote

RE: Tomcat with NIO???

2010-04-08 Thread Cin Lung
...@apache.org] Sent: Thursday, April 08, 2010 6:54 PM To: Tomcat Users List Subject: Re: Tomcat with NIO??? On 08/04/2010 12:50, Cin Lung wrote: > Is this real? Yes. > I found this tomcat setting from the following site: > http://www.javalobby.org/java/forums/t92965.html > > Here is t

RE: Regarding thread hi-jacking

2010-04-08 Thread Cin Lung
And that too. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, April 08, 2010 7:25 PM To: Tomcat Users List Subject: RE: Regarding thread hi-jacking > From: Cin Lung [mailto:cinl...@gmail.com] > Subject: Regarding thread hi-j

Tomcat with NIO???

2010-04-08 Thread Cin Lung
Is this real? I found this tomcat setting from the following site: http://www.javalobby.org/java/forums/t92965.html Here is the setting (see the higlighted part): Is this mean that there is a tomcat version that uses NIO? Or maybe is this a tweak? Any comments. TIA Rendra

RE: Tomcat scalability setting - need help please

2010-04-08 Thread Cin Lung
Sent: Thursday, April 08, 2010 4:56 PM To: Tomcat Users List Subject: Re: Tomcat scalability setting - need help please On 08/04/2010 10:00, Cin Lung wrote: > Dear All Dev > > Sorry if repost, I got an error from the mailing list server. > Can anyone help me with my problem? I have two bi

RE: Tomcat scalability setting - need help please

2010-04-08 Thread Cin Lung
010 5:31 PM To: Tomcat Users List Subject: Re: Tomcat scalability setting - need help please Hello Rendra, comments inline. On Thu, Apr 8, 2010 at 11:00 AM, Cin Lung wrote: > Dear All Dev > > Sorry if repost, I got an error from the mailing list server. > Can anyone help me with my pr

Tomcat scalability setting - need help please

2010-04-08 Thread Cin Lung
Dear All Dev Sorry if repost, I got an error from the mailing list server. Can anyone help me with my problem? I have two biggest problems as follow: 1. Multi Connection Problem: I have a web application that service to multiple users. Everytime the users accessing the server reach 100 users at

Regarding thread hi-jacking

2010-04-08 Thread Cin Lung
Dear all tomcat mailing list dev and users I apologize for accidentally hi-jacking a user email by using reply button. I did not realize that it is not allowed. So, please forgive me. I did that just out of convinience and I think I replaced the subject as well. I learn new rule today. Please b

Tomcat scalability settings

2010-04-07 Thread Cin Lung
Dear All Dev Can anyone help me with my problem? I have two biggest problems as follow: 1. Multi Connection Problem: I have a web application that service to multiple users. Everytime the users accessing the server reach 100 users at the same time, the tomcat would slows down. I tried to set -xmx