I'm trying to use remote port forwarding. What I'm noticing is that for each TCP connection made to the remote port a new Nio2Connector/MinaConnector is created which creates a new thread pool. I end with hundreds of threads by just connecting to a single port every second. Is there anyway to share a thread pool?
Anybody else seeing this behaviour? Darren
