You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "James Baldassari (Created) (JIRA)" <ji...@apache.org> on 2012/01/25 11:16:40 UTC

[jira] [Created] (AVRO-1009) Use ExecutionHandler by default in NettyServer and/or clarify documentation

Use ExecutionHandler by default in NettyServer and/or clarify documentation
---------------------------------------------------------------------------

                 Key: AVRO-1009
                 URL: https://issues.apache.org/jira/browse/AVRO-1009
             Project: Avro
          Issue Type: Improvement
    Affects Versions: 1.6.2
            Reporter: James Baldassari


It may be a good idea to use an ExecutionHandler with a cached thread pool by default in NettyServer.  If an ExecutionHandler is not used then, as pointed out in AVRO-976 and AVRO-1001, each Netty session can only execute one RPC at a time.  Users should still be allowed to override the ExecutionHandler with their own implementation.  Whether we make this change or not, I think the documentation in NettyServer should explain in a little more detail the behavior of NettyServer with and without an ExecutionHandler.

--
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