You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by will_mad <wi...@eads.com> on 2007/11/27 18:23:58 UTC

ServiceMix performances optimizations

I tried to test servicemix under high loading. I ran an application that
simulate clients that send soap request to servicemix. Basically servicemix
dispatch these soap requests to 5 applications.
Finally, on my scenario, response time is about 2000ms. That's to high for
my need. but what surprised me is that the machine running servicemix is not
overloaded. Memory consumption, cpu utilization, network throughout are far
from their maximum (around 10% for cpu and ram). 
So servicemix does not seem to take advantage of all the machine resources.
Do you have some tips in order to improve this?

Thanks for your help.
-- 
View this message in context: http://www.nabble.com/ServiceMix-performances-optimizations-tf4883191s12049.html#a13975523
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: ServiceMix performances optimizations

Posted by Guillaume Nodet <gn...@gmail.com>.
Try increasing the number of threads available per component.
This can be done in the conf/servicemix.properties configuration file.
See http://servicemix.apache.org/thread-pools.html for more informations
about thread pools.

On Nov 27, 2007 6:23 PM, will_mad <wi...@eads.com> wrote:

>
> I tried to test servicemix under high loading. I ran an application that
> simulate clients that send soap request to servicemix. Basically
> servicemix
> dispatch these soap requests to 5 applications.
> Finally, on my scenario, response time is about 2000ms. That's to high for
> my need. but what surprised me is that the machine running servicemix is
> not
> overloaded. Memory consumption, cpu utilization, network throughout are
> far
> from their maximum (around 10% for cpu and ram).
> So servicemix does not seem to take advantage of all the machine
> resources.
> Do you have some tips in order to improve this?
>
> Thanks for your help.
> --
> View this message in context:
> http://www.nabble.com/ServiceMix-performances-optimizations-tf4883191s12049.html#a13975523
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/