Nick Andrievsky
Nick Andrievsky
Yes, basically the results are the same. This regression is present in OpenJDK 11. I tested both Oracle and Adopt images using Docker on Mac. I also got similar results...
@hamdiallam Hello, would you like to be so kind to assist with the issue?
Hi, if you would like Netty to map underling request processing to custom thread pool executor probably there's a way, however I'm not sure what you're hoping to achieve. Maybe...
@politrons From my experience you should never block Netty threads if you're looking for high and predictable performance of your service and offload blocking code to another pool. You could...
This do the trick: ``` "Ctrl-a": "StartOfLine", "Ctrl-e": "EndOfLine" ``` I would really prefer this behaviour by default. Thanks for the help, folks.