Re: servlet destroy() during doGet() ??

Roland Mainz wrote:

> Hi !
>
> ----
>
> Benoit Mahe wrote:
>
> > Yes, that's a bug, will be fixed soon.
>
> Can you reply to this mail if you fixed the problem, please ?

I fixed it, and you can try it in the last maintenance release [1].

> ----
>
> > Roland Mainz wrote:
> >
> > > 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...).
>
> Question: Is it possible that after a destroy() the garbage collection kills open
> files/connections ??

Jigsaw close the connection (only) after the call servlet.service(...,...).

[1] http://jigsaw.w3.org/Devel/classes/19990809/

Regards, Benoit.

--
- Benoît Mahé -------------------------------------------------------
                      World Wide Web Consortium   (W3C)
                    Architecture domain - Jigsaw Engineer

                http://www.w3.org/People/Mahe  - bmahe@w3.org
---------------------------------------------------------------------

Received on Monday, 9 August 1999 09:51:32 UTC