Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2498

Java client should use Epoll instead of Nio if available

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.4.9
    • None
    • driver
    • None

    Description

      Currently Java client is always configured to use NioEventLoopGroup. However, EpollEventLoopGroup is faster than Nio but is only available on some OS.

      The client should check if Epoll is available and if it is, it should use Epoll instead of Nio.

      Netty's comparison for Nio vs epoll: https://github.com/netty/netty/wiki/Native-transports

      Attachments

        Activity

          People

            Unassigned Unassigned
            divijvaidya Divij Vaidya
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: