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() etc


Mojo Jojo wrote,
> - Does anyone care about async cancelation yet?  Analogy:  
> hardware interrupt, between any two instructions vs only at 
> certain subroutine calls.

Yes: don't do it. Java doesn't support async cancellation ...
Thread.stop() isn't just deprecated, it's no longer implemented
in any of Sun's recent JVMs.

> There are codegen complications.

You betcha ...

Cheers,


Miles

-- 
Miles Sabin                       Cromwell Media
Internet Systems Architect        5/6 Glenthorne Mews
+44 (0)20 8817 4030               London, W6 0LJ, England
msabin@cromwellmedia.com          http://www.cromwellmedia.com/


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