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
