Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 3668 invoked from network); 10 Nov 2005 00:38:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Nov 2005 00:38:26 -0000 Received: (qmail 61047 invoked by uid 500); 10 Nov 2005 00:38:26 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 60810 invoked by uid 500); 10 Nov 2005 00:38:24 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 60800 invoked by uid 99); 10 Nov 2005 00:38:24 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 16:38:24 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 4AF8921E for ; Thu, 10 Nov 2005 01:38:03 +0100 (CET) Message-ID: <901577965.1131583083304.JavaMail.jira@ajax.apache.org> Date: Thu, 10 Nov 2005 01:38:03 +0100 (CET) From: "David Van Couvering (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-696) Use the Executor framework to spawn off client threads in the NetworkServer Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Use the Executor framework to spawn off client threads in the NetworkServer ---------------------------------------------------------------------------- Key: DERBY-696 URL: http://issues.apache.org/jira/browse/DERBY-696 Project: Derby Type: Improvement Reporter: David Van Couvering Java 5 has some very useful concurrency utilities that we should start taking advantage of. One of them is the Executor framework, see http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/Executor.html We should do a prototype of the NetworkServer using this model and see what kind of performance improvements we gain. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira