Could someone outline the process for setting up an IoConnector (DatagramConnector specifically) to use a Thread Pool?
It seems like no matter what I do, my protocol encoder always executes in the IoConnector's thread. I've tried adding a ThreadPoolFilter manually in the IoConnectorConfig and in the IoHandler when an IoSession is created. I've also tried removing my ThreadPoolFilter and using the new default ThreadModel, PooledThreadModel. Could someone write a short example of how to accomplish this? I looked into the code a bit, and noticed that the ThreadPoolFilter doesn't spawn a thread for filterWrite ... is that the problem, or is that the way it was intended to be? Thanks -Greg
