"[EMAIL PROTECTED]" wrote : You haven't posted your configuration that shows you have 
1000 mdbs.
  | 
  | Most likely you have configured the pool and not the most important part
  | which is the serversession pool (default size 15).
  | See the FAQ topic for some examples.
  | 

 <invoker-proxy-binding>
         message-driven-bean
         <invoker-mbean>default</invoker-mbean>
         <proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory>
         <proxy-factory-config>
            DefaultJMSProvider
            StdJMSPool
            1000
            1
... 
and

 <container-configuration>
         <container-name>Standard Message Driven Bean</container-name>
...
         <container-pool-conf>
            1000
         </container-pool-conf>
...

"[EMAIL PROTECTED]" wrote : 
  | Even so, it depends what your MDB does. You only have so much cpu.
  | If it takes .5 seconds of cpu to process a request that is 20 requests in 10 
seconds
  | for one cpu (and I assume nothing else is using cpu).
  | 
  | Regards,
  | Adrian

The CPU usage at the time of testing is approx. 15-25%.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829156#3829156

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829156


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to