vote up 2 vote down star

hi,

can someone explain the different products that microsoft and vmware have for virtualization ? what features/capabilities what different products have ?

microsoft and vmware doesn't seem to do a good job explaining all these products (hyper-v, virtualpc, virtual server, vmware workstation, vmware server, etc).

we are planning to explore of using virtualization for software development.

1) using virtual machine with visual studio in it for web development to have a common standard/foundation for developers 2) using different virtual machines with different browsers for testing.

thanks michael

flag

Related: stackoverflow.com/questions/205722/… – TStamper Apr 21 at 18:49
1  
This will be an excellent question for ServerFault.com (once it launches). 'Till then, please see: stackoverflow.com/questions/321618/… – Shog9 Apr 21 at 18:49
What? questions about development tools not allowed? – DJ Apr 21 at 18:51
@DJ: please don't remove the NPR tag unless this question is reopened. – Robert S. Apr 21 at 18:53
@DJ: dev tool specific questions are certainly allowed. Questions on other tools as they relate to development are allowed. General questions on tools that can be used for development are a bit of a gray area, but i tend to shy away from them. I think this question probably could have been edited to be programming-related, but there are existing questions that cover that so i didn't bother. – Shog9 Apr 21 at 20:53

closed as not programming related by Cody Brocious, Shog9, DannySmurf, Adam Davis, Samuel Apr 21 at 18:51

2 Answers

vote up 6 vote down

Don't forget Sun Virtual Box. It's free Open Source and run on Vista (which VMWare Desktop didn't do for a while). It also has better snapshot support than the free VMWare tool.

I've had pretty good luck with it.

link|flag
I really love Virtual Box. – samoz Apr 21 at 18:50
Using Virtual Box here as well, but I guess it's part of Oracle now ... – Joel Coehoorn Apr 21 at 18:51
@Joel- not official yet...lol – TStamper Apr 21 at 18:52
vote up 0 vote down

VMWare has ...
ESX - enterprise virtualisation, costs real money
Virtual Server - server sitting on top of Windows, free download
Workstation - great for the developer/tester as it has snapshots, cost small money (£180)

Microsoft has ...
Hyper-V - enterprise virtualisation, free with Windows 2008
Virtual Server - server sitting on top of Windows, free download
Virtual PC - Ok for the developer/tester, free download ... getting a bit long in the tooth

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.