Hi, The command: netstat -n grep 8080 | grep CALL_WAIT
gives me nothing, yet when I update CALL_WAIT with TIME_WAIT I can see them. netstat -n grep 8080 | grep TIME_WAIT P.S: Just restarted the servers. As expected the thread counts dropped to normal. Now I am on 43 Current and 20 Busy. Özgür Özdemircili http://www.acikkod.org Code so clean you could eat off it On Fri, Jun 25, 2010 at 11:05 AM, Mick Knutson <mknut...@baselogic.com>wrote: > I am on something right now like this. > > While running, Do a: > netstat -n grep [your port number] | grep CALL_WAIT > > See if you are hung in CALL+WAIT status. > > --- > Thank You… > > Mick Knutson, President > > BASE Logic, Inc. > Enterprise Architecture, Design, Mentoring & Agile Consulting > p. (866) BLiNC-411: (254-6241-1) > f. (415) 685-4233 > > Website: http://www.baselogic.com > Blog: http://www.baselogic.com/blog/ > Linked IN: http://linkedin.com/in/mickknutson > Twitter: http://twitter.com/mickknutson > Vacation Rental: http://tahoe.baselogic.com > --- > > > > On Fri, Jun 25, 2010 at 4:01 AM, Ozgur Ozdemircili < > ozgur.ozdemirc...@gmail.com> wrote: > > > 24 >