Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 58246 invoked from network); 15 Jan 2005 07:28:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jan 2005 07:28:28 -0000 Received: (qmail 50897 invoked by uid 500); 15 Jan 2005 07:28:27 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 50381 invoked by uid 500); 15 Jan 2005 07:28:26 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 50367 invoked by uid 99); 15 Jan 2005 07:28:26 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from garuda-95.cablenet.com.ni (HELO ags01.agsoftware.dnsalias.com) (165.98.147.95) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 14 Jan 2005 23:28:25 -0800 Received: from ags01.agsoftware.dnsalias.com (localhost.localdomain [127.0.0.1]) by ags01.agsoftware.dnsalias.com (8.12.11/8.12.10) with ESMTP id j0F7SILk024793 for ; Sat, 15 Jan 2005 01:28:18 -0600 Received: (from apache@localhost) by ags01.agsoftware.dnsalias.com (8.12.11/8.12.11/Submit) id j0F7SFwQ024792; Sat, 15 Jan 2005 01:28:15 -0600 X-Authentication-Warning: ags01.agsoftware.dnsalias.com: apache set sender to agallardo@agssa.net using -f Received: from 10.0.0.5 (SquirrelMail authenticated user agallardo); by www.agssa.net with HTTP; Sat, 15 Jan 2005 01:28:15 -0600 (CST) Message-ID: <35182.10.0.0.5.1105774095.squirrel@www.agssa.net> In-Reply-To: <200501151444.54859.niclas@hedhman.org> References: <20050109003528.55029.qmail@minotaur.apache.org> <200501151329.09018.niclas@hedhman.org> <34856.10.0.0.5.1105768604.squirrel@www.agssa.net> <200501151444.54859.niclas@hedhman.org> Date: Sat, 15 Jan 2005 01:28:15 -0600 (CST) Subject: Re: svn commit: r124693 - From: "Antonio Gallardo" To: dev@cocoon.apache.org User-Agent: SquirrelMail/1.4.3a-6.FC2 X-Mailer: SquirrelMail/1.4.3a-6.FC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Niclas: Thanks for the answer Niclas! It helped. I was thinking about our users (as community) too. The use-case cited by you could be a real situation for someone else. I understood that serialVersionUID is not a performance improvement. Because JVM caches the autogenerated serialVersionUID after computing it the first time. The read/write Object () could help us. And this should be something important for us. All in all, I think I will revert the changes to avoid more overhead about this topic. Maybe in the next months, we could find out better understanding of this and how affect cocoon after all. I will start to revert the changes now, it is just few lines of code away. ;-) Thanks for the comments. Best Regards, Antonio Gallardo