views:

36

answers:

2

I need a virtual server for web development, it'll host Apache+Postgres+Ruby+something else.

  1. What's the most effective software to run such a server? (ie with least virtualization overhead)

  2. Is there a way to run Linux as as service?

I use VirtualBox at the moment, but it's inconvenient in some ways, such as it needs an emulator window open which also captures keyboard input when alttabbed into.

(Also, coLinux hangs at boot on my machine, so it's probably not an option)

+2  A: 

Check out the features of VMWare Server. It's free, you just have to register.

Alexander
+2  A: 

I've never found VMware to be much of a performance hog unless running 3+ virtual machines.

The latest free server version (VMware Server 2) runs as a service IIRC, so you can set up your dev server to start up and shut down when your PC does, and you can either log on to the VM's console through the web interface, or create a shortcut on your desktop so it's fairly non-obtrusive.

Andy Shellam
All versions of VMWare Server run as a service - you don't need the console open.
caf