You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Norman Maurer <no...@apache.org> on 2007/04/07 15:46:43 UTC

SocketAcceptor and Spring

Hi all,

im using mina in a test project at the moment. Now after reading the docs about the ThreadModel 
i want to change the used SocketAcceptor like descripted in the documentation. In the docs is:

IoAcceptor acceptor = new SocketAcceptor(Runtime.getRuntime().availableProcessors() + 1, Executors.newCachedThreadPool());

Now i wonder how i can do this with Spring.. Anyone can help ?

bye
Norman