invesdwin / invesdwin-context-integration

invesdwin-context modules that provide integration features
GNU Lesser General Public License v3.0
1 stars 0 forks source link

implement multiplexing channel for io_uring #58

Open subes opened 1 year ago

subes commented 1 year ago

follow-up from https://github.com/invesdwin/invesdwin-context-integration/issues/39#issuecomment-1546880922

subes commented 1 year ago

For now an async multiplexing rcp handler using Netty-io_uring is available by directly starting a netty server.

Later a more direct approach could be implemented, though netty is already optimized for high throughput for server loads.