[jetty-user] Re: Query Regarding Open TCP Client connections in Jetty !
Abhishek Singh <[email protected]>
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
> 1. Jetty version - 6.0.15 > 2. OS platform - Linux 2.6.18-194.26.1.el5 #1 SMP Fri Oct 29 14:21:16 > EDT 2010 x86_64 x86_64 x86_64 GNU/Linux > 3. JVM version - java version "1.6.0_17" OpenJDK Runtime Environment > (IcedTea6 1.7.5) (rhel-1.16.b17.el5-x86_64) OpenJDK 64-Bit Server VM (build > 14.0-b16, mixed mode) > > I see a 100s of open TCP client connection on jetty. how do i close them ? > do i need to change any configuration like socket timeout ? or session > timeout ? > > lsof | grep -i 16778 | grep -i tcp > > java 16778 system 358u IPv6 3247547 > TCP 10.159.25.205:39502->10.159.25.205:ldap (ESTABLISHED) > java 16778 system 361u IPv6 3111379 > TCP 10.159.25.205:41006->10.159.25.205:ldap (ESTABLISHED) > java 16778 system 362u IPv6 3144943 > TCP 10.159.25.205:36292->10.159.25.205:ldap (ESTABLISHED) > ........ > ....... > > any help in this regard will be highly appreciated. > > Thanks and Regards, > Abhishek Singh > > > > >