Hi,
Sorry for incorrect version information.
Exact version is 2.0.0-RC1.
mina-core-2.0.0-RC1.jar
mina-integration-beans-2.0.0-RC1.jar
mina-integration-jmx-2.0.0-RC1.jar
mina-integration-ognl-2.0.0-RC1.jar
My problem is about connecting or reading/writing problem and I'm doubting
thread problem.
I don't synchronized to MINA object and it seems mistake.
So I checked API document and found no mention about thread safety.
Thank you.
-----Original Message-----
From: Emmanuel Lécharny [mailto:[email protected]]
Sent: Monday, December 01, 2014 1:58 PM
To: [email protected]
Subject: Re: Are all MINA APIs thread unsafe except IoSession?
Le 01/12/14 05:45, 주재경 a écrit :
>
>
> Hi,
Hi,
>
>
>
> I’m using MINA R2.0.0RC2 for TCP/IP server and client application.
This version does not exist
(http://svn.apache.org/viewvc/mina/mina/tags/). What exact version are you
using ?
>
> It is using thread for reconnecting session.
>
> I found only one comment about thread safety in current version
> (R2.0.9) API documents.
>
> Are all MINA API except IoSession thread unsafe and should I use
> synchronized?
What is exactly your problem ?