caker, you nailed it! As you guys point out, the linode really shines in handling concurrency:
Code:
Linode:
# time make -j5
real 37m54.608s
user 100m25.946s
sys 17m40.254s
Hostgator:
# time make -j5
real 76m18.904s
user 64m29.440s
sys 11m39.400s
So this numbers are a WTF.. Linode is cheaper and can handle load much better than Hostgator, probably because the kernel can see 4 cpus? I don't care If HG is faster, concurrency is what matters if you're running a webserver, DB or something.
I'm impressed now. Well, I think I know what to do with the Hostgator VM
Two questions:
a) The better the linode (512, 768, 1024), the more processing power? Is that true? Because my linode didn't compile the kernel in just 3min...
b) About virtuozzo vs Xen.. is it true that Xen (as oposed to Virtuozzo) isolates the load of one VM for the neighbours in the same physical box? I mean, when I'm compiling the kernel, my neighbours don't see any impact in their system, right?
Cheers! I've definitely become a Linode fan now!
