Re: [Spam: 5.0] Not all threads being used, system underutilized

2007-03-07 Thread James Strachan
On 3/8/07, drvillo <[EMAIL PROTECTED]> wrote: HI James thanks a lot, now it's clearer, but I still cannot figure out why only a portion of the session available are used. Is it possible that I'm not feeding the consumer fast enough, even if the queue is not empty? Yeah it could be. Try flood

Re: [Spam: 5.0] Not all threads being used, system underutilized

2007-03-07 Thread drvillo
HI James thanks a lot, now it's clearer, but I still cannot figure out why only a portion of the session available are used. Is it possible that I'm not feeding the consumer fast enough, even if the queue is not empty? Moreover, using maxMessagesPerSession=1000 means that the queue size is = #pe

Re: Not all threads being used, system underutilized

2007-03-07 Thread James Strachan
I've documented the settings a little better here... http://cwiki.apache.org/ACTIVEMQ/activation-spec-properties.html On 3/1/07, drvillo <[EMAIL PROTECTED]> wrote: Hi all this is (hopefully finally) an optimization topic: Each message I consume takes ~30 seconds to complete, thus to increase

Not all threads being used, system underutilized

2007-03-01 Thread drvillo
Hi all this is (hopefully finally) an optimization topic: Each message I consume takes ~30 seconds to complete, thus to increase throughput I'm trying to get as many threads as possible to process them in parallel. Right now I have configured Jencks to use 300 threads, with the following Activa