Control the number of request's

2001-08-13 Thread Pablo Morillas
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

Re: Control the number of request's

2001-08-13 Thread matt
you could create a database thread-pool. This way only a certain amount of connections could come from any 1 server. -m

Re: Control the number of request's

2001-08-13 Thread Tim O'Neil
At 03:18 PM 8/13/2001, you wrote: 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