Re: SSLFilter thread safe?

2007-05-23 Thread Johan Cloetens
Hope this helps, Johan On 23 May 2007, at 07:54, Trustin Lee wrote: Hi Johan, On 5/20/07, Johan Cloetens <[EMAIL PROTECTED]> wrote: Hi, I am having some trouble with the SSLFilter included in mina. I have developed a rmi-like framework using mina. It supports things like callbacks

Re: SSLFilter thread safe?

2007-05-19 Thread Johan Cloetens
Figured it out myself, synchronizing on session.write does the job. Johan On 19 May 2007, at 17:33, Johan Cloetens wrote: Hi, I am having some trouble with the SSLFilter included in mina. I have developed a rmi-like framework using mina. It supports things like callbacks and oneway

SSLFilter thread safe?

2007-05-19 Thread Johan Cloetens
Hi, I am having some trouble with the SSLFilter included in mina. I have developed a rmi-like framework using mina. It supports things like callbacks and oneway messages, so it isn't purely request/response based: messages can flow in over the session either way without any restrictions. I hav