Logo
Explore Help
Sign In
andreacavalli/netty5
1
0
Fork 0
You've already forked netty5
Code Issues Pull Requests Projects Releases Wiki Activity
netty5/transport-native-epoll/README.md

4 lines
96 B
Markdown
Raw Normal View History

Introduce a native transport for linux using epoll ET This transport use JNI (C) to directly make use of epoll in Edge-Triggered mode for maximal performance on Linux. Beside this it also support using TCP_CORK and produce less GC then the NIO transport using JDK NIO. It only builds on linux and skip the build if linux is not used. The transport produce a jar which contains all needed .so files for 32bit and 64 bit. The user only need to include the jar as dependency as usually to make use of it and use the correct classes. This includes also some cleanup of @trustin
2014-02-15 22:26:36 +01:00
# Native transport for Linux
See [our wiki page](http://netty.io/wiki/native-transports.html).
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 73ms Template: 4ms
English
English Italiano
Licenses API