Hi, me again :)
I've played a little bit with different acceptor settings and want to try the following with Spring:
this.acceptor = new SocketAcceptor( 2, Executors.newCachedThreadPool() ); But this seems advanced Spring stuff :( Has anybody a hint for me about the right syntax? Thanx in advance. Michael
