virtualization I can, yes :P Is cost a "feature"? :) i'd say...heft dedicated boxes are certainly heavier than virtual ones If you wanted/needed a widely-distributed network of hosts, you'd probably go with VPSes spread out because it's cheaper than having dedicated boxes in all of those locations. Though really that depends on workload Remote console, remote power cycling, I'm not seeing any differences But the advantages to a VPS are that they're cheap, often easily imaged, and quickly setup. Also quickly/easily upgraded Yes but that isn't the question Those are features of VPS. You asked for features... i'd consider quick provisioning and scalability a feature of vps' err, features* cost is my major reason for going with vps's over dedicated. you could do both, get a dedicated box and run vms on it have complete control over your host, hypervisor as well as guests Yea, hypervisor. m0unds mentioned virtualization. I personally have a hypervisor preference, however it's interesting to learn that it's a buying consideration of others as well mnathani_: May I ask what your hypervisor preference is if you have one? brycec: I'm catching up on things (although I swear I replied to ya...) up_the_irons2: A LIKELY STORY oh wow, an up_the_irons2 up_the_irons2: You really didn't, and the support ticket corroborates it ;) But mercutio did take care of it, it's all good. brycec: yeah now I remember, I replied but only internally to mercutio to take care of it ;) nice to see up_the_irons return just in time for billing on the 1st kellytk: I like Vmware ESXi / Vsphere as a Hypervisor kellytk: whats your preference for Hypervisors? mnathani_: i plan my trips around that fact ;) I was in Germany, then northern California, and now I'm back lol up_the_irons: So does ARP have a new EU location now? :D mnathani_: I've had pretty good experience with KVM/QEMU. What do you like about ESXi? esxi's vmotion is pretty cool I like that its gui based, either with the vsphere client or web interface. Bare metal hypervisor too so great performance i found vmware performance much worse than pv xen ime and that was esxi I have never tried xen. So wouldn't know about its performance is the config for xen heavily dependant on editing config files and such? not really some things are more efficient with pv I was virtualizing Windows on ESXi I've virtualized Windows in KVM, ESXi, and VirtualBox, and in every case the performance always seemed to hinge on disk IO. Windows is greedy, busy, and doesn't share well. which one out of the three got the best performance? It's not a fair, even comparison since they were all on different hardware... But SSD-backed storage (which happened to be under VirtualBox) was by far the best disk i/o and cpu make a HUGE difference to virtualisation performance but before virtio drivers etc network speeds etc could vary heaps too protip: Never underestimate the benefits of low-latency, high-speed storage with near-zero seek time. and even now at high rates network isn't wonderful In my experiences (for what little it's worth), it seemed that Windows in general does a *lot* of disk access, by many processes and spread out. When you put more than one Windows system on a single disk, they're both/all seeking all-fucking-over the disk, and it grinds to a halt. *NIX systems tend to be leaner, not running the same sorts of services and databases by default, so they coexist fairly well. Basically the same rules as running mutliple database servers all with data on the same disk :p anyone with windows 10 having an issue where it asks for password on wake, even though power settings say dont require password hm, let me try (I have password-required enabled, as default) Oh actually I can't toggle that setting due to corporate requirements ahh (aka "Oh good, the GPO works") (but I already knew the GPO worked) thanks for checking np My other Win10 systems are all RDP anyways, so not a "valid" checking point there either brycec: yeh an ssd for a windwos desktop makes so much more difference than in linux in linux it's nice especially if you're doing soething like compiling lots of small files etc. on windows it's kind of "necessary" read wise linux's disk cache tends to work pretty well too so with plenty of ram reads are fast