On Jun 26, 2006, at 7:24 AM, Trustin Lee wrote:
Decoding problem can appear if a user uses a different thread model such as
a simplistic thread pool model other than L-F thread pool model.

As long as you use the ThreadPoolFilter that ships with MINA, you'll be okay for decoding.

A possible
solution is to synchronize the execution block using ProtocolEncoderOutput or ProtocolDecoderOutput. Otherwise, we can create a new output instances every time. I cannot decide which side is more efficient easily. Any idea?

I'd rather do new instances.. since then the work can be parallelized.
-pete

--
[EMAIL PROTECTED] - http://fotap.org/~osi


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to