Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 42602 invoked from network); 9 Mar 2005 04:23:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Mar 2005 04:23:59 -0000 Received: (qmail 324 invoked by uid 500); 9 Mar 2005 04:23:59 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 190 invoked by uid 500); 9 Mar 2005 04:23:58 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 99863 invoked by uid 99); 9 Mar 2005 04:23:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 08 Mar 2005 20:23:56 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j294Ns5c017068 for ; Wed, 9 Mar 2005 05:23:54 +0100 Message-ID: <1750528832.1110342234118.JavaMail.jira@ajax.apache.org> Date: Wed, 9 Mar 2005 05:23:54 +0100 (CET) From: "Trustin Lee (JIRA)" To: directory-dev@incubator.apache.org Subject: [jira] Commented: (DIR-108) Server PDU are splitted in small chunks In-Reply-To: <2007798794.1110228232462.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIR-108?page=comments#action_60483 ] Trustin Lee commented on DIR-108: --------------------------------- I fixed MINA Asn1Encoder using new mergeAll() method in ProtocolEncoderOutput. Here's the change I've made: http://svn.apache.org/viewcvs?view=rev&rev=156608 I think it is less efficient in performance than the patch, but it effectively removed duplication of code. > Server PDU are splitted in small chunks > --------------------------------------- > > Key: DIR-108 > URL: http://issues.apache.org/jira/browse/DIR-108 > Project: Directory > Type: Improvement > Reporter: Emmanuel Lecharny > Priority: Minor > Attachments: Chunked.png, Unchunked.png, mina.diff > > PDU that are created by ApacheDS server are sent back in small chunk. A lot of IP packets are necessary to reconstruct the LDAP message : typically, each TLV is sent as a TCP packet. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira