NettyServer: enable use of an ExecutionHandler
----------------------------------------------

                 Key: AVRO-976
                 URL: https://issues.apache.org/jira/browse/AVRO-976
             Project: Avro
          Issue Type: Improvement
          Components: java
            Reporter: Bruno Dumon
            Priority: Minor
         Attachments: AVRO-976.patch

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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to