Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 8749 invoked from network); 4 Oct 2004 15:34:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Oct 2004 15:34:11 -0000 Received: (qmail 68862 invoked by uid 500); 4 Oct 2004 15:34:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 68779 invoked by uid 500); 4 Oct 2004 15:34:03 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 68765 invoked by uid 99); 4 Oct 2004 15:34:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [209.233.18.245] (HELO public.coredevelopers.net) (209.233.18.245) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 04 Oct 2004 08:34:00 -0700 Received: from [10.253.158.101] (m810f36d0.tmodns.net [208.54.15.129]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by public.coredevelopers.net (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id 2C0B458745 for ; Mon, 4 Oct 2004 07:38:43 -0700 (PDT) Message-ID: <41616D61.7030102@gluecode.com> Date: Mon, 04 Oct 2004 08:33:53 -0700 From: Jeremy Boynes User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: svn commit: rev 51845 - in geronimo/trunk/modules/assembly/src: plan var/config References: <20041003200907.38057.qmail@minotaur.apache.org> <79E3BB4D-157B-11D9-B7E9-000D93361CAA@gluecode.com> <7A0C3B02-1589-11D9-B927-000D93C5B79C@gluecode.com> <41607C8C.9060408@hiramchirino.com> <2506AADA-15AB-11D9-B927-000D93C5B79C@gluecode.com> <4160BD8C.7010601@hiramchirino.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jastrachan@mac.com wrote: > If you're sending a message from one EAR to another using user objects > serialized, thats true. I guess in this case, we should ensure that the > tcp protocol is used to ensure data is serialized into and out of each > EAR/class loader. > > We should reserve the VM transport for use cases where publishers and > consumers are in the same class loader - will add warnings to the > website to this effect. > I would suggest in-classloader and in-vm protocols - going to TCP just to force serialization seems like a lot of overhead compared to just serializing to a byte array.