TopGit tracks EZLippi/awesome-netty on GitHub as part of the Backend family. The project has 14 stars. netty最佳实践
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
if (Epoll.isAvailable()) {
acceptorGroup = new EpollEventLoopGroup(config.getAcceptorSize(),
new DefaultThreadFactory("acceptor-" ));
selectorGroup = new EpollEventLoopGroup(config.getSelectorSize(),
new DefaultThreadFactory("selector-"));
bootstrap.group(acceptorGroup, selectorGroup).channel(EpollServerSocketChannel.class);
} else {
acceptorGroup = new NioEventLoopGroup(config.getAcceptorSize(),
new DefaultThreadFactory("acceptor-"));
selectorGroup = new NioEventLoopGroup(config.getSelectorSize(),
new DefaultThreadFactory("selector-"));
bootstrap.group(acceptorGroup, selectorGroup).channel(NioServerSocketChannel.class);
}
2018-02-09 20:15:29 [ nioEventLoopGroup-1-0:635052 ] - [ ERROR ] LEAK: ByteBuf.release() was not called before it's garbage-collected. See http://netty.io/wiki/reference-counted-objects.html for more information.
Recent access records: 5 io.netty.buffer.AdvancedLeakAwareByteBuf.readBytes(AdvancedLeakAwareByteBuf.java:435)
com.ezlippi.nettyServer.ServerHandler.channelRead(ObdServerHandler.java:31)
How does EZLippi/awesome-netty compare to other Backend projects?
EZLippi/awesome-netty is tracked by TopGit in the Backend category, with 14 GitHub stars. Browse the Backend topic page on TopGit to compare it against similar projects by stars and activity.
Is EZLippi/awesome-netty open source?
Yes — EZLippi/awesome-netty ships under the Apache-2.0 license, which makes its source code freely readable (and, depending on license terms, forkable and reusable). Source: github.com/EZLippi/awesome-netty.
What else is in the Backend space?
EZLippi/awesome-netty is tracked by TopGit under the Backend category, alongside 3 GitHub-tagged topics. Trending and Topics pages list peer repositories of comparable stars and language.
What is EZLippi/awesome-netty?
EZLippi/awesome-netty (EZLippi/awesome-netty) is a multi-language project on GitHub. From the project's own README: netty最佳实践
Where do I read more about EZLippi/awesome-netty?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/EZLippi/awesome-netty is the definitive source.
Why is EZLippi/awesome-netty categorized under Backend?
TopGit places EZLippi/awesome-netty in the Backend category based on its GitHub topics and description (tagged: "java", "netty", "networking"). Categories are assigned from real repository metadata, not editorial guesswork.
Read full README in the tab above.
Still deciding about awesome-netty?
One click hands the question to an AI along with this page — see what it says about awesome-netty.