Re: Thread safe ProtocolSession

2005-05-17 Thread Trustin Lee
Hi Horia, 2005/5/18, Horia Muntean <[EMAIL PROTECTED]>: > Is Mina's ProtocolSession thread safe? Yes > > Suppose one has 2 threads that call session.write("hello"). What is the > result of such situation? You can. :) If not, please let me know. It must be a bug! Thanks, Trustin -- what we

Thread safe ProtocolSession

2005-05-17 Thread Horia Muntean
Is Mina's ProtocolSession thread safe? Suppose one has 2 threads that call session.write("hello"). What is the result of such situation? Regards, Horia