Re: Is MINA's ProtocolSession thread safe?
Hi Horia, 2005/5/18, Horia Muntean <[EMAIL PROTECTED]>: > Is Mina's ProtocolSession thread safe? > > Suppose one has 2 threads that call session.write("hello"). What is the > result of such situation? First, all write requests are transferred to
Is MINA's ProtocolSession thread safe?
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