Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0587E25B for ; Fri, 6 May 2011 10:32:58 +0000 (UTC) Received: (qmail 62622 invoked by uid 500); 6 May 2011 10:32:57 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 62520 invoked by uid 500); 6 May 2011 10:32:57 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 62510 invoked by uid 99); 6 May 2011 10:32:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 10:32:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of simone.tripodi@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 10:32:50 +0000 Received: by wyb32 with SMTP id 32so2628204wyb.30 for ; Fri, 06 May 2011 03:32:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=lGVphdz5OWLl3ac64vLhYyGDWjEkVhwvpbI1mUvRpXU=; b=mg+Sn5UqKl63GhUliNj+uUaRGVretwCWx8HGHeF4wcDHDIYEouHOfiu/XV8KtW+JNz JeuSLm2VUzRT/Y/aCW7dwZh9SFHMLdKs5t7GgwEvUMUK5gwcRIlQH1kJ3myqVUkeuVwN 5hdG73FT4sjOacqqcj2mVLxhQ8Vs57t/rRyew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=k8L0NXr+zhhdPdGXq8mfyzW3bXU41licFkEmDZ6LcyStxvjlQM0nDaPqtc9XXMmkca ovsOWihPc3ZgRUeKaHC570FsUmvXofwjKbRvOsIx+UfvirfGTyPGyoUDUSdW6T/xRJnF vSa/bHbVaPQ12TJxhyUPjtYC1/FiBFuGEHWLA= MIME-Version: 1.0 Received: by 10.227.209.205 with SMTP id gh13mr3673735wbb.47.1304677948678; Fri, 06 May 2011 03:32:28 -0700 (PDT) Sender: simone.tripodi@gmail.com Received: by 10.227.10.85 with HTTP; Fri, 6 May 2011 03:32:28 -0700 (PDT) In-Reply-To: <4DC3C814.70309@apache.org> References: <4DC2D13F.4060509@gmail.com> <4DC2D390.40201@apache.org> <4DC2DCA3.2000603@gmail.com> <4DC2DE0A.5010701@apache.org> <4DC2E799.9050500@gmail.com> <4DC3C814.70309@apache.org> Date: Fri, 6 May 2011 12:32:28 +0200 X-Google-Sender-Auth: vYetnQrwSW1xPh-wxcgTVxB9tbI Message-ID: Subject: Re: [POOL2][PROPOSAL] releasing commons-pool2-2.0-beta1 From: Simone Tripodi To: Commons Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Mark, I'm not j.u.c guru but if you're pleased to share your thoughts, I would be glad to provide at least feedbacks. Looking forward to see j.u.c. in action in pool, thanks for taking care of it! Have a nice day, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, May 6, 2011 at 12:06 PM, Mark Thomas wrote: > On 05/05/2011 19:08, Phil Steitz wrote: >> Re performance, don't forget to add something that skips the synch >> in createDataSource - i.e., use a PoolingDataSource directly to >> avoid the thread lineup on getConnection due to that internal synch. > > Just tested that locally. It doesn't help that much. The bottleneck is > in the pooling allocate() code. I going to start looking at that today. > Not sure how long it is going to take for me to replace it with > something based on java.util.concurrent > > Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org