Handling Flash Crowds From Your Garage(usenix.org)
usenix.org
Handling Flash Crowds From Your Garage
http://www.usenix.org/events/usenix08/tech/full_papers/elson/elson_html/index.html
2 comments
Interesting.
http://www.usenix.org/events/usenix08/tech/full_papers/elson/elson_html/index.html
In this section, the paper only explores ways of keeping state on the server. But a better way to do this is to give the client an encrypted token -- as a cookie or as part of the form action URL -- identifying the CAPTCHA they were sent. Then the server itself can be stateless.