Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 26052 invoked from network); 1 Sep 2010 20:19:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Sep 2010 20:19:34 -0000 Received: (qmail 68591 invoked by uid 500); 1 Sep 2010 20:19:34 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 68553 invoked by uid 500); 1 Sep 2010 20:19:33 -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 68545 invoked by uid 99); 1 Sep 2010 20:19:33 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 20:19:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 20:19:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o81KIsBu019026 for ; Wed, 1 Sep 2010 20:18:54 GMT Message-ID: <2076089.122411283372334307.JavaMail.jira@thor> Date: Wed, 1 Sep 2010 16:18:54 -0400 (EDT) From: "Philip Zeyliger (JIRA)" To: dev@avro.apache.org Subject: [jira] Commented: (AVRO-649) Allow pluggable ThreadPools in Java HttpServer In-Reply-To: <23947033.120181283366217897.JavaMail.jira@thor> 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 [ https://issues.apache.org/jira/browse/AVRO-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905198#action_12905198 ] Philip Zeyliger commented on AVRO-649: -------------------------------------- Could we reverse the dependency, and say that HttpServer requires a servlet container, and folks can pass in whatever they want? I've been wanting to re-use the servlet container that AVRO uses for my own nefarious purposes (there's no reason to open up two ports if you've already got one open). We should still have methods that work out of the box, as well. > Allow pluggable ThreadPools in Java HttpServer > ---------------------------------------------- > > Key: AVRO-649 > URL: https://issues.apache.org/jira/browse/AVRO-649 > Project: Avro > Issue Type: Improvement > Components: java > Reporter: Stu Hood > Fix For: 1.4.1, 1.5.0 > > Attachments: 0001-Allow-an-alternate-ThreadPool-to-be-passed-to-the-Je.patch > > > The easiest way to tune the threading implementation of an RPC server is to provide an alternate threadpool implementation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.