Slashdot Mirror


Parallels Desktop for OS X Reviewed

phaedo00 writes "Ars Technica has put up a great review of the first full release of Parallels' virtualization software for OS X, Parallels Desktop 1.0. From the article: 'Move over emulation, virtualization is in and it's hotter than two Jessica Albas wresting the devil himself in a pit of molten steel. It's no contest, virtualization has it all: multiple operating systems running on the same machine at nearly the full speed of the host's processor with each system seamlessly networking with the next. Add to that the fact that it's cheaper than getting a new machine and you have the guaranteed latest craze. Not even the Hula Hoop can stop this one.'"

1 of 300 comments (clear)

  1. Re:Parallels is Great by jmauro · · Score: 4, Interesting

    Tell that to HP. Their Project Dynamo showed that in many cases running PA-RISC instructions emulated on on PA-RISC machine improved the performance of the program without changing how it was compiled. The emulated version can start to re-order code, change branching behavoir, etc as needed based on how the program is actually running (things like a JIT does on Java or .NET). So there is a place for Native to Native emulation; even if it seems silly.