I have two Servlets providing a different service each. I don't want requests for one of them to block if the other Servlet is turning very slow at handling incoming requests.
This is a problem today as both share the same thread pool.
Can I configure a dedicated thread pool for each Servlet (WebSphere)?