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
- RE: [JDBC] Thread.interrupt()? Sven Köhler
- RE: [JDBC] Thread.interrupt()? Schroeder, Alexander
- RE: [JDBC] Thread.interrupt()? Schroeder, Alexander
- Re: [JDBC] Thread.interrupt()? Sven Köhler
