>
> Hi, I had a question on the execution of a servlet. If a servlet is
> executing and the user hits the stop button, does the servlet stop
> right there, or does it finish what it was doing?
it depends. if you continue to write to the outputstream...ie: out.println()
and the server has closed the connection to the client, then you will
probably get an IOException thrown and your servlet will stop there.
-jon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]