> If I've understood well, that impossibility is related to another session's > ByteBuffer, > but I'm using a single session. > I mean all my concurrent threads write on the same session object by means > of write() method.
Logically, one thread is associated with one session, that's the idea. If you have more than one thread writing data in one single session, then yes, you may have problems... -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
