Strange Thread Behaviour

2001-12-10 Thread Ferran ArĂ­s
Hi everybody! I have a strange problem with Tomcat Version 4.0.1 running on GNU/Linux Debian Kernel 2.2.19 using j2sdk 1.3.1 from blackdown. I have a JSP page that returns a simple 1 in simple text page format, no HTTPsession. You start tomcat normally and the HTTPconnector running at port 80

Re: Strange Thread Behaviour

2001-12-10 Thread Remy Maucherat
It seems like tomcat has no control about the threads that were opened, any suggestions, please? Yes, no attempt is being made at killing processing threads that were created. OTOH, they should be reused if some high load situation occurs again (no new threads will be created). Unless you're