immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
Shantanu Kumar 2017-08-30T05:51:08.000052Z

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

2017-08-30T12:48:36.000138Z

@kumarshantanu is that supported by undertow?

Shantanu Kumar 2017-08-30T12:49:20.000285Z

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

2017-08-30T12:50:30.000510Z

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 Kumar 2017-08-30T12:58:04.000375Z

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.