RE: Tomcat scalability setting - need help please

2010-04-09 Thread Cin Lung
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

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

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

RE: Tomcat scalability setting - need help please

2010-04-08 Thread Cin Lung
: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 cinl...@gmail.com wrote: Dear All Dev Sorry if repost, I got an error from the mailing list server. Can anyone help me with my problem

RE: Tomcat scalability setting - need help please

2010-04-08 Thread Cin Lung
: 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 biggest problems

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): Connector port=8080 protocol=org.apache.coyote.http11.Http11NioProtocol maxThreads=150 connectionTimeout=2 acceptorThreadCount=2

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-jacking

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 the setting (see

RE: Tomcat with NIO???

2010-04-08 Thread Cin Lung
, Cin Lung wrote: Oooohhh... I just found out that the protocol is bundled inside tomcat-coyote.jar. I never looked into the tomcat lib folder. Has anyone benchmark which protocol is better performance? Yes. The Http11NioProtocol or Http/1.1? That question makes no sense. NIO

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

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