Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Configuring a separate threadpool for async execution

Hi,

On Wed, Jul 24, 2019 at 9:19 AM Abhirama <abhirama@xxxxxxxxx> wrote:
>
> Thank you very much, Simone.
>
> My confusion was about if we have to tell Jetty about the thread pool where the async requests are run and my understanding is that we have to.

You don't. Unfortunately the specification is vague about what thread
pool runs the tasks submitted via AsyncContext.start().
Most containers (Jetty included) use their existing thread pool so
that users have just one component to configure.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top