[Bug 68692] Http11Nio2Protocol not using provided executor

2024-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68692 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 68692] Http11Nio2Protocol not using provided executor

2024-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68692 --- Comment #2 from Gabor Bodo --- Hi Remy, Thank you for the quick reply! Just to be clear, we are only passing this executor to a single connector, so it is used exclusively. I think that the current behaviour is a bit inconsistent in the

[Bug 68692] Http11Nio2Protocol not using provided executor

2024-02-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68692 --- Comment #1 from Remy Maucherat --- I think it is possible to upgrade the implementations to ExecutorService and I will do that. However, NIO2 needs its own exclusive pool so it is probably not very useful to configure a custom one like this