Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 63798 invoked from network); 8 May 2006 20:51:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 20:51:06 -0000 Received: (qmail 89084 invoked by uid 500); 8 May 2006 20:51:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 89031 invoked by uid 500); 8 May 2006 20:51:02 -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 88855 invoked by uid 99); 8 May 2006 20:51:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 13:51:00 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [68.142.198.210] (HELO smtp111.sbc.mail.mud.yahoo.com) (68.142.198.210) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 08 May 2006 13:50:59 -0700 Received: (qmail 88436 invoked from network); 8 May 2006 19:10:21 -0000 Received: from unknown (HELO ?127.0.0.1?) (kmarsdenderby@sbcglobal.net@67.124.226.251 with plain) by smtp111.sbc.mail.mud.yahoo.com with SMTP; 8 May 2006 19:10:20 -0000 Message-ID: <445F9793.7060705@sbcglobal.net> Date: Mon, 08 May 2006 12:10:11 -0700 From: Kathey Marsden User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] Created: (DERBY-1301) Improve streaming of large objects for network server and client,from client to server References: <28949726.1147092560921.JavaMail.jira@brutus> In-Reply-To: <28949726.1147092560921.JavaMail.jira@brutus> Content-Type: text/plain; charset=us-ascii; format=flowed 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 Tomohito Nakayama (JIRA) wrote: > Improve streaming of large objects for network server and client,from client to server >--------------------------------------------------------------------------------------- > > Key: DERBY-1301 > URL: http://issues.apache.org/jira/browse/DERBY-1301 > Project: Derby > Type: Improvement > > Reporter: Tomohito Nakayama > > >Patch developed in DERBY-326 acted on streaming from server to client. >I think similar modification should be done from client to server too. > > > I think this may be the issue with DERBY-550.