Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CCEFA96AB for ; Wed, 25 Jan 2012 10:17:21 +0000 (UTC) Received: (qmail 17880 invoked by uid 500); 25 Jan 2012 10:17:21 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 17650 invoked by uid 500); 25 Jan 2012 10:17:10 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 17631 invoked by uid 99); 25 Jan 2012 10:17:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 10:17:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 10:17:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C1DDD1627CF for ; Wed, 25 Jan 2012 10:16:40 +0000 (UTC) Date: Wed, 25 Jan 2012 10:16:40 +0000 (UTC) From: "James Baldassari (Created) (JIRA)" To: dev@avro.apache.org Message-ID: <2082230371.76163.1327486600810.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AVRO-1009) Use ExecutionHandler by default in NettyServer and/or clarify documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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