This website requires JavaScript.
Explore
Help
Sign In
andreacavalli
/
netty5
Watch
1
Star
0
Fork
0
You've already forked netty5
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
16c88fd9ed
netty5
/
transport-native-epoll
/
README.md
4 lines
97 B
Markdown
Raw
Normal View
History
Unescape
Escape
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
Change the netty.io homepage scheme(http -> https) (#9344) Motivation: Netty homepage(netty.io) serves both "http" and "https". It's recommended to use https than http. Modification: I changed from "http://netty.io" to "https://netty.io" Result: No effects.
2019-07-09 21:09:42 +02:00
See [
our wiki page
](
https://netty.io/wiki/native-transports.html
).
Reference in New Issue
Copy Permalink