Hello, please let me ask one simple question:
Is it right, that when I use a ThreadPoolFilter before my codecs and return then over a CodecFilterFactory always the same codec instance (Singleton), that I kill the advantage of the ThreadPool, because I slow down the processing of the data because tunneling all the data through the same codec instance?
Sorry for that question, but I can't imagine the detailed data flow. Regards Michael
