We will soon have multiple sharepoint 2010 projects underway. For the first project we brought up two virtual machines - one for development and one for staging. We're about to start another project, and we'd prefer to avoid bringing up an additional two VMs to accommodate this.
Is there a way to host multiple projects on the same VM without compromising developer productivity and project safety?
For example, I've read that the configuration database will be shared, and that multiple instances on sql server still share the same tempdb.
I read this question:
How should I set up my database instances for multiple SP2010 installs?
But this seems to relate only to the database portion of development and staging.