Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 14204 invoked from network); 22 Apr 2007 11:39:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2007 11:39:37 -0000 Received: (qmail 32451 invoked by uid 500); 22 Apr 2007 11:39:43 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 32433 invoked by uid 500); 22 Apr 2007 11:39:43 -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 32422 invoked by uid 99); 22 Apr 2007 11:39:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 04:39:43 -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, 22 Apr 2007 04:39:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B7EDF714043 for ; Sun, 22 Apr 2007 04:39:15 -0700 (PDT) Message-ID: <3165153.1177241955746.JavaMail.jira@brutus> Date: Sun, 22 Apr 2007 04:39:15 -0700 (PDT) From: "Andrea Selva (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Updated: (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:all-tabpanel ] Andrea Selva updated HTTPCORE-43: --------------------------------- Attachment: transfersImprove.tar.bz2 Hi, i've writed some code that i hope could be usefull. Let me know if it is what you have thinked. Thanks Andrea > 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 > > Attachments: transfersImprove.tar.bz2 > > > 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