タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

JNIとnettyに関するyassのブックマーク (1)

  • Netty.docs: Native transports

    Note that you must specify the proper classifier for the dependency to ensure that the corresponding native libraries are included. Because the native transport is compatible with the NIO transport, you can just do the following search-and-replace: NioEventLoopGroup → EpollEventLoopGroup NioEventLoop → EpollEventLoop NioServerSocketChannel → EpollServerSocketChannel NioSocketChannel → EpollSocketC

    yass
    yass 2014/11/08
    " Since 4.0.16, Netty provides the native socket transport for Linux using JNI. This transport has higher performance and produces less garbage "
  • 1