Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 32969 invoked from network); 29 Sep 2009 16:13:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 16:13:28 -0000 Received: (qmail 56999 invoked by uid 500); 29 Sep 2009 16:13:28 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 56976 invoked by uid 500); 29 Sep 2009 16:13:28 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 56968 invoked by uid 99); 29 Sep 2009 16:13:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 16:13:27 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.63] (HELO smtp108.prem.mail.sp1.yahoo.com) (98.136.44.63) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 29 Sep 2009 16:13:20 +0000 Received: (qmail 59964 invoked from network); 29 Sep 2009 16:12:59 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=RqJ8HShwnXTLjYzekmF9uGUmM2gBfhyu7GuwCa851h1GNIdd/wSJQTl5j300OnTyVmx4BnQVM4yihnxQ3EL+xCD2747UkvfS52ktNIZM2Jv5/nCSJz4D46WEwYaUzUktHWYJ7wsMxNrdLMHLX640ph0ZoMbjJcpVKC0VYnixQ18= ; Received: from 076-076-148-215.pdx.net (david_jencks@76.76.148.215 with plain) by smtp108.prem.mail.sp1.yahoo.com with SMTP; 29 Sep 2009 09:12:59 -0700 PDT X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- X-YMail-OSG: 3u_Djz4VM1nL1zoUZRFGL8ilnSCqTxiC13Z_J2Bjk2dOXnU5DeAtgeGjz6Mi6euxrFroApFmWO40Cn0_sRpMr5.dBZZQGN.vOJddpJvZCUK2YHaDYByUBFbTBtDz23GOItxT7LjvAKP1gyuHi9YhZCEsWWJXzIwReL8IMv7Nmq3m3XBqDKCzA3EAg2.F4g3u3boFpDo3_WHLsjH_V.1zvWmFMfOz.uD9n39J51mOossItAff8IPPq8woog-- X-Yahoo-Newman-Property: ymail-3 Message-Id: <03E363FA-C156-4285-B304-497A865024F0@yahoo.com> From: David Jencks To: user@geronimo.apache.org In-Reply-To: <69BEFCE5AAEBCA44B1301AD2360E83C7A64DC350B7@MATSVEC14.mclane.local> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: ejb pool stays at 20 threads? Date: Tue, 29 Sep 2009 09:12:58 -0700 References: <25524038.post@talk.nabble.com> <69BEFCE5AAEBCA44B1301AD2360E83C7A64DC350B7@MATSVEC14.mclane.local> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org On Sep 29, 2009, at 7:23 AM, Russell Collins wrote: > When will Geronimo 2.2 be released? I was hoping for last week :-) What's left: make sure latest openejb works and release it (no code changes expected) confirm small problems in activemq are fixed and release it ("any day now", they say) confirm recent tranql changes are working ok and release it (not sure if we've located a jdbc expert to review our list of non-fatal SQLCodes. What we have is an improvement, so we can release it if we can't find an expert) mark all the open 2.2 jira issues "wish list" unless someone fixes them real quick. check the legal goo. start trying to build a release. So, I hope next week we'll be able to vote. thanks david jencks > > > Russell Collins > Sr. Software Engineer > McLane Advanced Technology > > "Do or do not, there is no try." - Yoda > > -----Original Message----- > From: David Blevins [mailto:david.blevins@visi.com] > Sent: Monday, September 28, 2009 3:05 PM > To: user@geronimo.apache.org > Subject: Re: ejb pool stays at 20 threads? > > Hi Eric, > > The PoolSize number you adjusted is for the stateless container and > affects the number of stateless bean instances we will instantiate and > keep ready for method invocations. You want to adjust the > EJBNetworkService 'threads' attribute as shown below: > > > On Sep 19, 2009, at 11:04 AM, ericp56 wrote: > >> >> from config.xml: >> >> >> >> ${OpenEJBPort + PortOffset}> attribute> >> ${ServerHostname} > 100 >> >> >> >> PoolSize=100 >> StrictPooling=true >> >> >> > > And just as a general note, the performance of the remote client code > in the coming Geronimo 2.2 is *way* faster. If you're able to > upgrade, I'd check it out. > > -David >