Francesco Nigro created QPIDJMS-553:
---------------------------------------
Summary: Shared Netty event loop group
Key: QPIDJMS-553
URL: https://issues.apache.org/jira/browse/QPIDJMS-553
Project: Qpid JMS
Issue Type: New Feature
Reporter: Francesco Nigro
One of the most interesting feature of Netty while using KQueue/NIO/Epoll in
non-blocking mode is to be able to handle many connections with few threads;
this is going to be critical and even more important with the upcoming IO_URING
support, where the time spent on the Netty event loop to handle network
syscalls will be further reduced, allowing syscall batching across different
connections.
Having the chance to handle many client connections with few Netty threads is
already beneficial in constrained environments (containers with few cores) in
order to reduce the native and heap memory usage.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]