From dev-return-9202-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Nov 14 21:56:53 2005 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 60535 invoked from network); 14 Nov 2005 21:56:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Nov 2005 21:56:52 -0000 Received: (qmail 13456 invoked by uid 500); 14 Nov 2005 21:56:51 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 13412 invoked by uid 500); 14 Nov 2005 21:56:50 -0000 Mailing-List: contact dev-help@directory.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 dev@directory.apache.org Received: (qmail 13401 invoked by uid 99); 14 Nov 2005 21:56:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 13:56:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [128.174.5.187] (HELO expredir4.cites.uiuc.edu) (128.174.5.187) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 13:56:42 -0800 Received: from [192.17.230.246] (vpn82-7e-92-ee.near.uiuc.edu [130.126.146.238]) by expredir4.cites.uiuc.edu (8.12.11/8.12.11) with ESMTP id jAELttIX005001 for ; Mon, 14 Nov 2005 15:55:55 -0600 (CST) Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: <8F6E8E29-BF36-40AE-BA3A-E34C02268D4E@uiuc.edu> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Apache Directory Developers List From: Amit Kumar Subject: [mina] Large Object Serialization No go Date: Mon, 14 Nov 2005 15:56:27 -0600 X-Mailer: Apple Mail (2.734) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All, I am using the SerializationFilter with 0.9 trunk and find session.write fail (silently) when the object sizes are large ~ 100k. Nothing happens, object is not received by the client. I first suspected that increasing the receive and send buffers sizes would do the trick but no luck. Tell me that it is stupid to send such large serialized objects, I will move to the Protocol Layer and implement encoder/decoder. I am not how ever sure if it is a bug or I just have it wrong (I modified the test sample to send Message with a large byte array). Let me know, if you have any ideas, else I will try and debug at the Serialization Filter level. Many thanks, Amit