Forgot your password?
typodupeerror

Comment This is coming to Java (Score 1) 461

Java will soon have support for "multi-processing". Effectively, the JVM will become an OS virtualizing the Java API for use by multiple apps. (Processes/Tasks/Teams are called Isolates in Java).

See JSR-121 http://jcp.org/en/jsr/detail?id=121. (Note this JSR is in public review -- please provide feedback.)

Operating systems that virtualize hardware and allow different binaries to run will always exist. However, that doesn't preclude programming langugages from providing some of the same OS-like features to their programs.

Isolation is a powerful concept, and one that hasn't really been taken advantage of in the past. (Pilot/Mesa and Oberon, and a few others have done it, but no one seems to have noticed). Putting it in Java will make a few more waves...

Slashdot Top Deals

"Take that, you hostile sons-of-bitches!" -- James Coburn, in the finale of _The_President's_Analyst_

Working...