Fork me on GitHub
#immutant
<
2017-08-30
>
Shantanu Kumar05:08:08

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

jcrossley312:08:36

@kumarshantanu is that supported by undertow?

Shantanu Kumar12:08:20

I don’t know, @jcrossley3 I’m just exploring at the moment

jcrossley312:08:30

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.

Shantanu Kumar12:08:04

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.