netty5/transport-native-epoll
Norman Maurer 111781f38f Respect ChannelConfig.getWriteSpinCount() when using epoll transport
Motivation:

The writeSpinCount was ignored in the epoll transport and it just kept on trying writing. This could cause unnessary cpu spinning if a slow remote peer was reading the data very very slow.

Modification:

- Correctly take writeSpinCount into account when writing.

Result:

Less cpu spinning when writing to a slow remote peer.
2015-02-08 11:08:40 +01:00
..
src Respect ChannelConfig.getWriteSpinCount() when using epoll transport 2015-02-08 11:08:40 +01:00
pom.xml Generate non-test JAR for netty-testsuite 2014-12-15 09:17:51 +09:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:42:07 +01:00

Native transport for Linux

See our wiki page.