Re: [sqlite] Sqlite on a Virtual Machine of Microsoft's Hyper-V ?

2009-05-31 Thread Allen Fowler
> > My experience has been that VMs strongly focus on correctness and > reliability, and will obey sync orders and everything else databases > depend on. > > This is true on the CPU level. However, since I/O is a major bottleneck for VM's, things can get more complex inside the

Re: [sqlite] Sqlite on a Virtual Machine of Microsoft's Hyper-V ?

2009-05-29 Thread Marcus Grimm
okay, thanks to all for the info. I'm relieved.. best Marcus Sam Carleton wrote: > Well, Microsoft's Hyper-V is just like VMWare. It allows multiple OS's > to be installed and running on one machine at one time. Since sqlite is > simply reads/writes to a file, not track/sectors, it should

Re: [sqlite] Sqlite on a Virtual Machine of Microsoft's Hyper-V ?

2009-05-29 Thread Sam Carleton
Well, Microsoft's Hyper-V is just like VMWare. It allows multiple OS's to be installed and running on one machine at one time. Since sqlite is simply reads/writes to a file, not track/sectors, it should be fine. SQLite won't even know it is running on a virtual. Marcus Grimm wrote: Hello

Re: [sqlite] Sqlite on a Virtual Machine of Microsoft's Hyper-V ?

2009-05-29 Thread Cory Nelson
On Fri, May 29, 2009 at 8:27 AM, Marcus Grimm wrote: > Hello List, > > I've been asked if my server application will run > in a virtual machine: Microsoft's Hyper-V > I have no idea what this is, nor if it affects sqlite. > > My main concern would be if the (essential)