Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F4F8107BE for ; Thu, 5 Sep 2013 19:49:45 +0000 (UTC) Received: (qmail 89070 invoked by uid 500); 5 Sep 2013 19:49:44 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 88660 invoked by uid 500); 5 Sep 2013 19:49:41 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 88647 invoked by uid 99); 5 Sep 2013 19:49:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 19:49:40 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of phil.steitz@gmail.com designates 209.85.220.54 as permitted sender) Received: from [209.85.220.54] (HELO mail-pa0-f54.google.com) (209.85.220.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 19:49:34 +0000 Received: by mail-pa0-f54.google.com with SMTP id kx10so2357658pab.13 for ; Thu, 05 Sep 2013 12:49:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ujTE2HXl4nZ9uWpSyGCAFRM600cDwESG8trDFnRvGV8=; b=Eh1TT7acs4JWE+1hFiiM3G7rvgGvfZkjrJCIGaoWaD81eLszk1FKlFo7Z9G3a6dJpY QQC3MR/3bXbn6ccBPV+6ZbCglAGSE2KefIuNdelnHSXX+VG3h6znV2z1L/DqARYy5MMv 2qQUqhmUNvCSmKc0uYkorqvWLRQJg3pyAtv2DWFJsL88BThLEf11qbuVX2lJS7NpLDZP eZGjBLX869qkQewO93Vxo76/Dn7S4Y7O+yExuJbAjssthuSUx3QefVycl/9eaoJ/42py FAhh9o6kFJx6NBbTz9A2srWQ0mJlDAmZWPkxbxqvMb4X9Mr7LDBT6daYH7TX8YUFpoSz UkMQ== X-Received: by 10.68.234.130 with SMTP id ue2mr11045279pbc.159.1378410553188; Thu, 05 Sep 2013 12:49:13 -0700 (PDT) Received: from [10.26.70.37] (63-237-194-154.dia.static.qwest.net. [63.237.194.154]) by mx.google.com with ESMTPSA id ry4sm37433887pab.4.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Sep 2013 12:49:12 -0700 (PDT) Message-ID: <5228E037.4020709@gmail.com> Date: Thu, 05 Sep 2013 12:49:11 -0700 From: Phil Steitz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Commons Users List Subject: Re: Apache Commons Pool performance issue References: <1378397337847-4653614.post@n4.nabble.com> <5228AE37.1030905@gmail.com> <5228B00A.3030502@apache.org> <1378400315924-4653619.post@n4.nabble.com> In-Reply-To: <1378400315924-4653619.post@n4.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 9/5/13 9:58 AM, Programmer wrote: > Thanks for the reply guys. > > I use 1.6 JAR in my classpath. Is there anyway I can verify the 'when > exhausted action' at run time? As Mark said, based on the line numbers in the stack trace, it is pretty certain that you are in fact running 1.3. Moreover, the exhausted action *must* be block to get to the line where the thread in the trace is waiting. Phil > > > > -- > View this message in context: http://apache-commons.680414.n4.nabble.com/Apache-Commons-Pool-performance-issue-tp4653614p4653619.html > Sent from the Commons - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org