On Fri, Jul 29, 2005 at 12:15:13PM -0400, joelsherriff wrote:
: We've got a servlet problem that we're trying to track down. The problem
: causes one of the threads to spin.
What kind of thread is this, user-managed (i.e. you created it yourself)
or container-managed (Tomcat keeping track of serv
We've got a servlet problem that we're trying to track down. The problem
causes one of the threads to spin. Until we can solve the problem,
can anyone suggest anything that can timeout these out-of-control threads?
Session timeouts timeout on inactivity, correct? I don't know if that
will wor