Hello all.
Can anyone explain me (and to all people of the list) how control the number
of request that one client can do? I'm using Tomcat 3.2.3 and if one client
with IE or NN push Reload several times, my server does one connection to
the DataBase in all the requests. Then, the Oracle 8i crash becouse the
other server creates several process, one per thread of the session of the
Tomcat. I would like to respond only the last request, and cancel the
previous one.
Is it possible with Tomcat?
And another question, are there any way to call a method of a servlet
periodicaly from the server? I would like to clean several objets that are
in the httpsession.
Thanks to all.
==================================
Pablo Morillas
http://www.sortes.com
[EMAIL PROTECTED]
==================================