Re: Separate threadpool for url patterns

2018-10-18 Thread Mark Thomas
On 18/10/18 21:39, Phil Clay wrote: > So my questions are: > 1) Is there another way of delegating processing of certain url patterns to a > separate threadpool? No. Tomcat does not provide such a feature. > 2) Is this a bug?  i.e. should filterChains still be usable after doFilter > returns

Separate threadpool for url patterns

2018-10-18 Thread Phil Clay
Hi, On Tomcat 9.0.12, what is the recommended way of having HTTP requests sent to a certain URL pattern be processed on a separate threadpool from all other requests? I have found that the HTTP Connectors can only be configured with one executor, therefore all requests always get processed on