Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 17643 invoked from network); 15 Apr 2007 20:07:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2007 20:07:37 -0000 Received: (qmail 21778 invoked by uid 500); 15 Apr 2007 20:07:43 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 21752 invoked by uid 500); 15 Apr 2007 20:07:42 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 21738 invoked by uid 99); 15 Apr 2007 20:07:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2007 13:07:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2007 13:07:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 728C5714071 for ; Sun, 15 Apr 2007 13:07:15 -0700 (PDT) Message-ID: <11856389.1176667635466.JavaMail.jira@brutus> Date: Sun, 15 Apr 2007 13:07:15 -0700 (PDT) From: "Oleg Kalnichevski (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Commented: (HTTPCORE-43) Implement support for FileChannel#transferFrom and FileChannel#transferTo In-Reply-To: <22127849.1171205825670.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 [ https://issues.apache.org/jira/browse/HTTPCORE-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488959 ] Oleg Kalnichevski commented on HTTPCORE-43: ------------------------------------------- Andrea, I personally think FileChannel#transfer* methods simply cannot be used efficiently with chunk coding. This is the reason why I suggested FileContentEncoder and FileContentDecoder interfaces should be optional extensions of the base interfaces, which only Identity and ContentLength encoders / decoders were meant to implement. I see no real benefit in Chunk encoder / decoder implementing the FileChannel interfaces at all. Oleg > Implement support for FileChannel#transferFrom and FileChannel#transferTo > ------------------------------------------------------------------------- > > Key: HTTPCORE-43 > URL: https://issues.apache.org/jira/browse/HTTPCORE-43 > Project: HttpComponents Core > Issue Type: Improvement > Components: HttpCore > Reporter: Oleg Kalnichevski > Fix For: 4.0-alpha5 > > > Implement optional support for FileChannel#transferFrom and FileChannel#transferTo operations. Direct coping from and to FileChannel is believed to result in a significant performance improvement for file bound operations -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org