- From: Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>
- Date: Wed, 04 Aug 1999 22:02:07 +0200
- To: W3 Jigsaw Mailinglist <www-jigsaw@w3.org>
Hi ! ---- Recently I saw a strage behaviour during a servlet's doGet() (jigsaw 2.0.2): During an active doGet() the servlet's destroy() method was called (the doGet() was serving a download of a 372MB file, therefore my assumption is that the servlet timeout was triggered during the pending request...). IMHO this is a bug, isn't it ? (In my case, it wasn't serious because the destroy() method is a NOP, but...). What about a simple connection counter - a destroy() can only be triggered if this counter is 0... ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) Roland Mainz C/JAVA programmer \__\/\/__/ Roland.Mainz@informatik.med.uni-giessen.de MPEG specialist /O /==\ O\ gisburn@informatik.med.uni-giessen.de Sun&Unix programmer (;O/ \/ \O;) TEL +49 (0) 641/99-13193 FAX +49 (0) 641/99-41359
Received on Wednesday, 4 August 1999 16:02:43 UTC