servlet execution & HTTP timeout
843840Dec 2 2002 — edited Dec 5 2002Suppose I send a request HTTP to a remote servlet. That servlet must work with a database, and that execution requires a long time. What happen if then occurs a HTTP timeout before the servlet finishes its execution? Continues working or not?
Thankx in regards