Is there a way to pass a worker thread-pool (instead of number of worker threads) to Immutant? I’m looking at this, but to no avail: http://immutant.org/documentation/2.1.4/apidoc/immutant.web.undertow.html#var-options
@kumarshantanu is that supported by undertow?
I don’t know, @jcrossley3 I’m just exploring at the moment
well, most of those "tuning" options are just passed straight through to the embedded undertow web server. i don't believe it exposes access to its thread pool directly.
Thanks. I can see there’s a method Undertow.Builder/setWorker
that sets a worker - I will look around for more info in case there’s any possibility.