Hi,

My application is Spring-based, and I use DefaultIoFilterChainBuilderFactoryBean to add some filters, including a ThreadPoolFilter.

I am switching to Mina 0.9.4, and I wonder what to do with ThreadPoolFilter.

I have read e-mails in this list stating that Mina 0.9.4 automatically adds ThreadPoolFilter, but I don't know if it does so when setting my own IoFilterChainBuilder.

I don't want to end up with several thread pools.

My preference is to keep it in Spring XML context. Should I change anything in my code for the upgrade?

Cheers,

J-F


Reply via email to