-
Bug
-
Resolution: Fixed
-
P5
-
1.0
-
1.0.1
-
generic
-
solaris_2.6
GenericConnectorServer calls Thread.interrupt when stopping a thread which is used to recive new client connections. We cannot rely on this call becuase the method Thread.interrupt does not work on some platform like linux and windows when the thread is doing IO operation.
In fact today the GenericConnectorServer will stop at first its underlyne transport and this will generate an IOException and this IOException will make the thread stop. So we can remove safely that Thread.interrupt call
In fact today the GenericConnectorServer will stop at first its underlyne transport and this will generate an IOException and this IOException will make the thread stop. So we can remove safely that Thread.interrupt call