algorithm « Request « JSP-Servlet Q&A





1. Duplication detection for 3K incoming requests per second, recommended data structure/algorithm?    stackoverflow.com

Designing a system where a service endpoint (probably a simple servlet) will have to handle 3K requests per second (data will be http posted). These requests will then be stored into mysql. They ...