This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Thread.interrupt()


See:

http://developer.java.sun.com/developer/bugParade/bugs/4103109.html

The evaluation reads:

We believe Thread.interrupt to be no worse (and no better) than
Thread.stop at interrupting I/O in progress.  Unfortunately, neither of
these calls reliably breaks out of I/O waits.  On some platforms, it is
extremely difficult to implement the desired behavior.

xxxxx@xxxxx 1998-06-25

As of today, the interruptable io has officially deprecated. We are not
going to fix this bug. However, we leave the current implementation as
it is for backward compatibility.

xxxxx@xxxxx 1999-09-12


-- Kresten

Kresten Krab Thorup, Director of Research
Eastfork Object Space (EOS), Margrethepladsen 3, 8000  Århus C, Denmark
Tel: +45 8732 8787 / Fax: +45 8732 8788 / Mob: +45 2343 4626

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]