Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Get server threadpool from Jersey @GET resourse

Hi,

I want to use the jax-rs @Suspended annotation to use the async possibility of jax-rs.

Is there a way to get the server threadpool from the ServletContext? So I can schedule my runnable on the servers threadpool? Is that a good idea at all?

With kind regards
Thomas

Back to the top