Hi,

Thread.interrupts should be the call to wake up a thread. This happens even, if a Java-App is blocked in a IO-Operation.

Is Thread.interrupt() even safe, when i use the native libraries?
I think, that a native library must explicitly check and handle Thread.interrupt() calls.

Does the JDBC-Driver handle the InterruptedException and InterruptedIOException properly?


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to