Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 26300 invoked from network); 21 Jul 2006 12:56:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jul 2006 12:56:34 -0000 Received: (qmail 90355 invoked by uid 500); 21 Jul 2006 12:56:32 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 90322 invoked by uid 500); 21 Jul 2006 12:56:32 -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 90313 invoked by uid 99); 21 Jul 2006 12:56:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 05:56:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 05:56:32 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D64941000D for ; Fri, 21 Jul 2006 12:54:19 +0000 (GMT) Message-ID: <17305036.1153486459314.JavaMail.jira@brutus> Date: Fri, 21 Jul 2006 05:54:19 -0700 (PDT) From: "Tomohito Nakayama (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1535) Trial 2 for DERBY-550, improve use of Engine from NetworkServer and reduce memory usage In-Reply-To: <17484981.1153311793823.JavaMail.jira@brutus> 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 [ http://issues.apache.org/jira/browse/DERBY-1535?page=all ] Tomohito Nakayama updated DERBY-1535: ------------------------------------- Attachment: DERBY-1513_1535_2.patch Description of the patch: * Avoid expanding data into memory twice when NetworkServer receive binary stream.(see DERBY-1513) * Modify how NetworkServer use Engine when received binary stream.(see DERBY-1535, this issue) * Concerning to modification of way to use Engine, master file of DerbyNetClient/parameterMapping.java was partly modified to be as same as that of Engine. Test: * Execute derbyall and found no error. > Trial 2 for DERBY-550, improve use of Engine from NetworkServer and reduce memory usage > --------------------------------------------------------------------------------------- > > Key: DERBY-1535 > URL: http://issues.apache.org/jira/browse/DERBY-1535 > Project: Derby > Issue Type: Sub-task > Components: Network Server > Reporter: Tomohito Nakayama > Assigned To: Tomohito Nakayama > Attachments: DERBY-1513_1535.patch, DERBY-1513_1535_2.patch, DERBY-1535.patch, serverMemoryUsage.xls, serverMemoryUsage_1513_1535.xls > > > Through DERBY-1513, Trial 1 for DERBY-550, > it was suggested that NetworkServer seems to use Engine inefficiently and use too much of memory. > This task try to improve the use of Engine from NetworkServer and try to reduce memory usage. -- 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