Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 93756 invoked from network); 26 Jul 2006 14:28:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 14:28:28 -0000 Received: (qmail 32808 invoked by uid 500); 26 Jul 2006 14:28:26 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 32745 invoked by uid 500); 26 Jul 2006 14: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 List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 32734 invoked by uid 99); 26 Jul 2006 14:28:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 07:28:25 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tcurdt@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 07:28:25 -0700 Received: by nf-out-0910.google.com with SMTP id c31so670930nfb for ; Wed, 26 Jul 2006 07:28:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=S0WTUk3MefLS5SUk0DMwDaxt9UwoXhvhLW3kts9HZqLTJqZmV+cNjQapfr+fFhECUv+Mtq5ElujJJHVgcABydgWDWPlVa1U1B7YW8tcnFZT2Y3uuemFstR481s42TgXT0pDI6jG2gqtoEV5GoTxJaLF7O85vHKJtNTNOyN9tVhc= Received: by 10.78.195.9 with SMTP id s9mr3145095huf; Wed, 26 Jul 2006 07:28:03 -0700 (PDT) Received: by 10.78.186.19 with HTTP; Wed, 26 Jul 2006 07:28:03 -0700 (PDT) Message-ID: <98e4f1cd0607260728w6cb3519fr7721742a46f946f5@mail.gmail.com> Date: Thu, 27 Jul 2006 00:28:03 +1000 From: "Torsten Curdt" Sender: tcurdt@gmail.com To: dev@cocoon.apache.org Subject: Re: Compiling classloader In-Reply-To: <6872a29121d446e6f995bde64142022f@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6872a29121d446e6f995bde64142022f@comcast.net> X-Google-Sender-Auth: 246425af4b0e7866 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/26/06, Mark Lundquist wrote: > Didn't there used to be a compiling classloader way back in the day, > like, 2.1.4? Or am I hepped up on goofballs? There was ...it was a synchronous version that was activated like the ParanoidClassLoader. But without proper integration into the sitemap/container/component classloading it was only of very limited use. We had a better integration in trunk which I demoed at the GetTogether. IIRC it was removed and re-added to 2.2. It's asynchronous and uses JCI for compilation and source monitoring. HTH -- Torsten