[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xmlblaster] want less thread
> >how can I get less thread ??
>
> You can switch off all protocols you don't need in your $HOME/xmlBlaster.properties.
socket, corba & xmlrpc are activated
> further reduce the thread pool in jacorb.properties.
I changed
jacorb.poa.thread_pool_max=50 to 5
and
jacorb.poa.thread_pool_min=5 to 2
and I've got exactly the same number of line with $ ps axf
:o{
> kill -3 PID
> you get a dump where most threads have a name.
> You can decide which you configure away.
Argh! It's a bible
;o)
Thanks Marcel,
Cyrille