Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 86770 invoked from network); 4 Feb 2009 09:15:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 09:15:36 -0000 Received: (qmail 88048 invoked by uid 500); 4 Feb 2009 09:15:33 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 87976 invoked by uid 500); 4 Feb 2009 09:15:33 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 87966 invoked by uid 99); 4 Feb 2009 09:15:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 01:15:33 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 09:15:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 44870238889E; Wed, 4 Feb 2009 09:15:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r740662 - /commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/metrics/TODO.txt Date: Wed, 04 Feb 2009 09:15:11 -0000 To: commits@commons.apache.org From: nicolas@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090204091511.44870238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nicolas Date: Wed Feb 4 09:15:10 2009 New Revision: 740662 URL: http://svn.apache.org/viewvc?rev=740662&view=rev Log: todo note Added: commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/metrics/TODO.txt Added: commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/metrics/TODO.txt URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/metrics/TODO.txt?rev=740662&view=auto ============================================================================== --- commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/metrics/TODO.txt (added) +++ commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/metrics/TODO.txt Wed Feb 4 09:15:10 2009 @@ -0,0 +1 @@ +experiment with AtomicReference for better concurrency/perfs \ No newline at end of file