This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

slow download through virtual box on macbook air

anyone expereinced very slow download speed of MDK472_A.exe to Macbook Air through virtual box running window 7? Any way to make it faster? thanks.

Parents Reply Children
  • But some emulations are very light-weight - for virtual machines it really is important that the virtual machine has some form of drivers that can interface directly with the host machine. If the virtual machine is emulating real hardware down to the register level instead of just having a "faked" driver with a big buffer of shared memory to communicate directly with a driver in the host machine, then everything will go very slowly.

    So a good virtual machine implementation really should be able to run the virtual network interfaces at "full link speed", being able to keep a 1gbit physical link glowing.

    Next thing is that most operating systems are starting to have native virtualization (in some part needed for their multi-core support) which means that virtual machines and multiple programs running natively will often see very little difference. But once more - only if the virtual machine contains a good mapping layer with replaced, custom, drivers.