Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-976

NettyServer: enable use of an ExecutionHandler

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.6.2
    • java
    • None
    • Reviewed

    Description

      I noticed that when using a multi-threaded netty-based avro client, the server was only processing one request at a time. This is a problem if processing the request takes time (io wait).

      The solution Netty provides is the ExecutionHandler:
      http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/execution/ExecutionHandler.html

      I will attach a patch which allows the user to provide, optionally, such an ExecutionHandler, which is then inserted into the Netty pipeline.

      Attachments

        1. AVRO-976.patch
          3 kB
          Bruno Dumon

        Issue Links

          Activity

            People

              bruno Bruno Dumon
              bruno Bruno Dumon
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: