Reproducibility of VM Servers

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Anup
Posts: 2
Joined: 9. Mar 2014, 01:16

Reproducibility of VM Servers

Post by Anup »

I wanted to get an assessment of reproducibility of a server environment set up in oracle VM. If I develop my code with the help of a linux server hosted on a local virtual box, can I expect nearly the same behavior when I push my developed end product to actual server running on the same os (ubuntu server) but on commercial machine instead of local virtualmachine?

What is the reproducibility of Oracle VB?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Reproducibility of VM Servers

Post by Perryg »

Kind of depends on what you are developing, but I would think the similarity would be the same in a VirtualBox guest as it would be on bare metal.
Look at it this way, You are installing a full blown OS so it isn't a emulator. There are some differences with the detected hardware, so that is where it gets dicey if you are writing device drivers.
Anup
Posts: 2
Joined: 9. Mar 2014, 01:16

Re: Reproducibility of VM Servers

Post by Anup »

Perryg wrote:Kind of depends on what you are developing, but I would think the similarity would be the same in a VirtualBox guest as it would be on bare metal.
Look at it this way, You are installing a full blown OS so it isn't a emulator. There are some differences with the detected hardware, so that is where it gets dicey if you are writing device drivers.
Thanks Perry, but there you go thats my fear. I may be making kernel level finetuning to help sharpen my underlying services. If that kernel is taken out of incubator (Virtualbox) and kicked out into real word I dont want it to go bad.
Post Reply