Re: ejb pool stays at 20 threads?

2009-09-29 Thread David Jencks


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.blev...@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}
  ${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





RE: ejb pool stays at 20 threads?

2009-09-29 Thread Russell Collins
When will Geronimo 2.2 be released?


Russell Collins
Sr. Software Engineer
McLane Advanced Technology

"Do or do not, there is no try." - Yoda

-Original Message-
From: David Blevins [mailto:david.blev...@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



Re: ejb pool stays at 20 threads?

2009-09-28 Thread David Blevins

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



ejb pool stays at 20 threads?

2009-09-19 Thread ericp56

from config.xml:



${OpenEJBPort + PortOffset}
${ServerHostname}



 PoolSize=100
 StrictPooling=true




I stopped Geronimo, edited xml, and started xml.  

I look in our log files that log ejb activity.  Part of the logging includes
the thread/object.  so:

tail -n 1000 /opt/geronimo/var/log/CsgAccountService.log | grep -oe "ejbd
[0-9]*" | sort -u

returns:
ejbd 0
ejbd 1
ejbd 10
ejbd 11
ejbd 12
ejbd 13
ejbd 14
ejbd 15
ejbd 16
ejbd 17
ejbd 18
ejbd 19
ejbd 2
ejbd 3
ejbd 4
ejbd 5
ejbd 6
ejbd 7
ejbd 8
ejbd 9

only 20 threads being used!  This is the same as before I modified
config.xml.  

Any suggestions?

Thanks,

Eric
-- 
View this message in context: 
http://www.nabble.com/ejb-pool-stays-at-20-threads--tp25524038s134p25524038.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.