- From: Anselm Baird_Smith <abaird@www43.inria.fr>
- Date: Fri, 21 Feb 1997 12:48:31 +0100 (MET)
- To: "Orjan Reinholdsen" <orjan@spinne.ip.lu>
- Cc: www-jigsaw@w3.org
Orjan Reinholdsen writes: > Hello! > > I'v implemented some servlet stuff using the new servlet API in > Jigsaw, and everything seemd to be running OK until Jigsaw after > approx. 1 day of low stress operation started to refuse all requests. > I had a look in the logfile and I could see multiple lines saying: > > refused (overloaded) > > Intuitively I could guess that the thread pool somehow got exhausted, > but why?? Since everything was completely blocked I could not even do > a thread dump (B.t.w. what does the syntax in this screen describe?) If you're using jdk1.1beta3, you should switch to 1.1final. There was a bug in beta3 which would block sockets on write (exhausting Jigsaw thread pool). If this doesn't help, let me know (there might be some other bugs ;-) Anselm.
Received on Friday, 21 February 1997 06:48:49 UTC