Your Account
You need to enable JavaScript to view more than 15 articles by this author.
Using a Request Filter to Limit the Load on Web Applications Publish Date: Mar. 24, 2004
When your site is slow, users keep clicking and making new requests, which only makes things worse. Kevin Chipalowsky and Ivelin Ivanov present a servlet filter that limits the stress a single user can put on your Java web application.