You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carlos-Roberto Queiroz <cq...@bompreco.com.br> on 2003/08/25 16:19:19 UTC

closing browser terminates servlet ?

      Hello, I´d like having some help on a test I´m doing : I have a
servlet that updates a record in a table in database, but it cannot do it
immediately because I´m locking the table using another client. The browser
progress bar will just go on and on while the servlet waits to perform the
update. If I close the browser, does the servlet get killed ?