Using a Request Filter to Limit the Load on Web Applications (O'ReillyNet)
[Posted March 29, 2004 by cook]
Ivelin Ivanov and Kevin Chipalowsky
show how to throttle requests coming into a web server in an O'Reilly
article.
"
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."
(
Log in to post comments)