RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Peter Lin
Coyote is referring to CoyoteConnector. Remy and I discuss these topics in the book with examples, so hopefully when it comes out, it will help. peter --- "Chakravarthy, Sundar" <[EMAIL PROTECTED]> wrote: > Thanks Peter. > > When you say Coyote processors you mean threads ? > Right ? > > I ma

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Ralph Einfeldt
t Users List > Subject: RE: Tomcat 4.1.18 - Scalability Issue ? > > > What is the difference between acceptCount and maxPrcessors ? > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Chakravarthy, Sundar
omcat Users List Subject: RE: Tomcat 4.1.18 - Scalability Issue ? the acceptCount is the number of connections to accept before rejecting new connections. It is only useful if you don't want to reject connections and want them to get processed eventually. Max processors is the number

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Peter Lin
gt; > worker.worker1.type=ajp13 > worker.worker1.host=localhost > worker.worker1.port=8009 > worker.worker1.lbfactor=50 > worker.worker1.cachesize=50 > worker.worker1.cache_timeout=600 > worker.worker1.socket_keepalive=1 > worker.worker1.socket_timeout=300 > > Thanks >

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-28 Thread Chakravarthy, Sundar
, February 26, 2003 9:08 AM To: Tomcat Users List Subject: RE: Tomcat 4.1.18 - Scalability Issue ? Howdy, It works OK normally, and then during stress test throws a NoClassDefFound error How do you have your connector configured? Specifically, min/maxProcessors and acceptCount? Yoav Shapira

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-26 Thread Chakravarthy, Sundar
, February 26, 2003 9:08 AM To: Tomcat Users List Subject: RE: Tomcat 4.1.18 - Scalability Issue ? Howdy, It works OK normally, and then during stress test throws a NoClassDefFound error How do you have your connector configured? Specifically, min/maxProcessors and acceptCount? Yoav Shapira

RE: Tomcat 4.1.18 - Scalability Issue ?

2003-02-26 Thread Shapira, Yoav
Howdy, It works OK normally, and then during stress test throws a NoClassDefFound error How do you have your connector configured? Specifically, min/maxProcessors and acceptCount? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Chakravarthy, Sundar [mailto:[EMAI