concurrency « Request « JSP-Servlet Q&A





1. is openfire admin console designed to handle big concurrent requests like normal http server does?    stackoverflow.com

we are trying to manage the openfire server through the admin console, but we are not sure that if the admin console could handle thousands of concurrent requests to proceed the ...

2. Java Servlet concurrent request    stackoverflow.com

As far as I know Java Servlets are handling multiple requests concurrently and I've searched through StackOverflow as well as Google, and confirmed what I thought. However I am quite confused ...