Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 21683 invoked from network); 8 Nov 2009 14:47:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Nov 2009 14:47:50 -0000 Received: (qmail 32412 invoked by uid 500); 8 Nov 2009 14:47:49 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 32313 invoked by uid 500); 8 Nov 2009 14:47:49 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 32301 invoked by uid 99); 8 Nov 2009 14:47:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 14:47:49 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ohad.shacham@gmail.com designates 209.85.217.225 as permitted sender) Received: from [209.85.217.225] (HELO mail-gx0-f225.google.com) (209.85.217.225) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 14:47:46 +0000 Received: by gxk25 with SMTP id 25so2477209gxk.0 for ; Sun, 08 Nov 2009 06:47:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=I3DXSlLh3Zu5TSJ7AxRQd03vdYDTVDBYxtAfVKiCTds=; b=u2FU1gNDrj0sq4Z3frxdQd3I5Ib5IC1G8JBQus8LGL/K/uMKA1IVCwi2TgK7aR1ZA/ kz6AvQ+4rkHLIdlA+Rrx2TeBnnVGfI8/WSuUraQW6yjp41D5SwhyvTJdmlxoLqcKGNGU G6uAhVGts/TtC8QS36tMWzsi6EXmHghskUqRg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=K8st3u7mbj8Ih4wmnepynvYAAndC6taU7qDF8dA7g5V2vfuE8+rQ5y/l29k/vaIlLu jSVkwDL8rog0a4FPmZp3PObgvUHqhr9BahL/J+ELiKX5XaQM5Yt9fvJwKC0f1foJBcXU Y4XlOVMj4gOrGf0dt5b8A4YQnuuQ4CFveDm+w= MIME-Version: 1.0 Received: by 10.100.27.5 with SMTP id a5mr1978948ana.106.1257691645996; Sun, 08 Nov 2009 06:47:25 -0800 (PST) Date: Sun, 8 Nov 2009 16:47:25 +0200 Message-ID: <11d0e1fc0911080647k7769f620w72f0c2c59fdee80f@mail.gmail.com> Subject: ConcurrentHashMap From: Ohad Shacham To: dev@tomcat.apache.org Content-Type: multipart/alternative; boundary=0016e647626acbef7a0477dd27e7 --0016e647626acbef7a0477dd27e7 Content-Type: text/plain; charset=ISO-8859-1 Hi, I noticed that in version 6.0.20 several Hashtables and HashMaps were replaced by ConcurrentHashMaps. I have noticed that many Hashtables were not replaced; therefore, I assume that a contention detection tool was used to identify the contended Hashtables. I would be happy to know if this is the case and also whether a scalability and/or performance improvement was achieved by switching these collections with concurrent ones. Thanks, Ohad --0016e647626acbef7a0477dd27e7--