Re: Threads is it equal to no. of open sockets

2015-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 6/16/15 1:38 PM, vicky wrote: > When you say "the number of open sockets and the number of > Tomcatrequest-processing threads will be the same". Does that mean > all sockets states whether its in Closed_wait,listening, stop > etc... will

Re: Threads is it equal to no. of open sockets

2015-06-16 Thread vicky
Thanks Chris for an insight. When you say "the number of open sockets and the number of Tomcatrequest-processing threads will be the same". Does that mean all sockets states whether its in Closed_wait,listening, stop etc... will consume a thread individually.If yes then does that imply if i coun

Re: Threads is it equal to no. of open sockets

2015-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 6/16/15 12:50 PM, vicky wrote: > Server version: Apache Tomcat/7.0.22 Server built: Sep 27 2011 > 09:40:50 Oh, wow, you really need to upgrade. There are a number of really *really* important security updates that need to be applied. P

Re: Threads is it equal to no. of open sockets

2015-06-16 Thread vicky
Chirs - Below are the required details as your requested :- Server version: Apache Tomcat/7.0.22Server built:   Sep 27 2011 09:40:50Server number:  7.0.22.0OS Name:        LinuxOS Version:     3.4.48-45.46.amzn1.x86_64Architecture:   amd64JVM Version:    1.6.0_24-b24JVM Vendor:     Sun Microsyst

Re: Threads is it equal to no. of open sockets

2015-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 6/16/15 12:25 PM, vicky wrote: > connectionTimeout="2" redirectPort="8443" /> Also, what Tomcat version? I'm guessing 6.0.x or 7.0.x. Can you give us the whole version number, including the "x" at the end? - -chris -BEGIN PGP SI

Re: Threads is it equal to no. of open sockets

2015-06-16 Thread vicky
Hi Chris-  I;ve below config :-   - vicky On Tuesday, 16 June 2015 9:37 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 6/16/15 10:34 AM, vicky wrote: > In tomcat does the no . of open sockets on http port (netstat > -anlp|grep 8080) is i

Re: Threads is it equal to no. of open sockets

2015-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 6/16/15 10:34 AM, vicky wrote: > In tomcat does the no . of open sockets on http port (netstat > -anlp|grep 8080) is it equal to number of threads in use in tomcat > . > > Actually i want to understand how & when i can say that the all

Threads is it equal to no. of open sockets

2015-06-16 Thread vicky
Team, In tomcat does the no . of open sockets on http port (netstat -anlp|grep 8080) is it equal to number of threads in use in tomcat . Actually i want to understand how & when i can say that the all threads in a tomcat are fully utilized that why it is responding slow. Please help in understan