The amount of threads is limited by the heap size and the system. 200 should be fine. Btw, the servicemix-bean component should not hang at all if you use sendSync. Are you using send or sendSync ?
On Tue, Sep 9, 2008 at 7:42 AM, pratibhaG <[EMAIL PROTECTED]> wrote: > > Is there any harm for keeping the thread configuration like this. > For all other components except bean: > corepoolsize:16 > maxpool: 32 > queuesize:256 > > For bean: > corepoolsize: 200 > maxpool: -1 > queue: 256 > > I need the threads for bean to be more. As I can get 100 users at a time and > I am using two beans, It always hangs at bean. > Would it lead to any problem if I keep this configuration? > > Pratibha > -- > View this message in context: > http://www.nabble.com/Can-I-keep-thread-pool-size-200-for-bean-component--tp19386198p19386198.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
