  gabeman
join:2001-05-03 Philadelphia, PA clubs:
·Hotwire Communicat..
1 edit | reply to CobraPA Re: VPS you can recommend?
said by CobraPA :leeware looks interesting, have you used them? I haven't investigated shared cpu/shared bandwidth setups before. How do you find the performance? Yes, I am actually using them now. It has been rock solid so far. I've convinced a friend or two to sign up and none of them have had any issues either.
The performance is fine for what I am using it for (a small web server). There have been period when I've not been able to get more than 100kb/sec, but they didn't last long. -- Rest in Peace Hunter S Thompson.
"There he goes. One of God's own prototypes. Some kind of high powered mutant never even considered for mass production. Too weird to live, and too rare to die." |
|
  nightshade74 Yet another genxer Premium join:2004-11-06 Prattville, AL
·Knology
| reply to CobraPA I've been doing about 300GB a month on a »www.vpslink.com/vps-hosting/ Link-4 with very good results.
I've also had EXCELLENT service from 15minuteservers.com at times moving 800Gig in a month with no slowdown or whimpering. Granted it's dedicated and not VPS but if you move to self managed dedicated they're great.
They run on nac.net's network (same as dslreports) with excellent uptime /speed. |
|
 CobraPA
join:2001-10-03 Lansdale, PA
| reply to gabeman leeware looks interesting, have you used them? I haven't investigated shared cpu/shared bandwidth setups before. How do you find the performance?
said by nightshade74 :I've also been a vpslink.com customer for 3 or 4 months. Good service and located in Seattle, WA. They're the un-managed brand of sprye who is having a sale » www.spry.com/webmin-vps/ vpslink and spry both look interesting, and one of spry's plans is unmetered bw... very cool. What do you think of their network performance? Usually it seems the unmetered looks like a good deal, but the overall throughput of the server will be limited either by the virtual server performance itself, or full network bw at that server. (But I think it's still one of the best deals around. ) |
|
  devrandom I got a pot, full of random stuff here Premium join:2003-06-28
| reply to gabeman said by gabeman :» leeware.comI would recommend going for a host that uses Xen over one that uses Virtuozzo. Virtuozzo doesn't seem to let user access swap, so if you run out of memory, your applications will crash. This makes compiling stuff near impossible. Yeah, Virtuozzo manages the swap for the VPS (as I last understood it) as a method of ensuring service quality for the entire server (if everybody made huge swap files and started going at it on a hardware node, it'd be bad).
You have to be careful when selecting Virtuozzo plans from VPS providers though. There are two types of accounting for which your VPS' limits come from:
UBC is short for User Beancounters, which was the old way to do Virtuozzo VPS accounting. When you buy a plan from a provider under this method of accounting, you get soft/hard limits on mundane things like TCP sockets, the number of file descriptors you can have open, etc. The variables from providers who use UBC are typically not the same (tweaking them properly requires someone who really knows what they're doing).
You're generally able to hit the wall (or so to speak) faster under UBC. As earlier though, it totally depends on the host, and if they know what they're doing. You can always ask for a copy of /proc/user_beancounters under the plan that you want to see how they set things up, and compare in between hosts.
The newer accounting method, called SLM actually creates some standardization across hosts. You're basically given an amount of SLM ram, and this works more like a real dedicated server. If you start to run out of SLM memory, Virtuozzo will try to delay execution of whatever you're doing, or nail a thread of the process you're trying to execute (and its fairly "smart" at doing the nailing so you won't end up with something like sshd gone).
Xen is actually not immune from these problems since you can hit the kernel OOM killer (Linux--what most people are using for Xen hosting).
You can work around it by creating a swap file on your particular disk partition, and turning it on (although this does in effect create disk i/o problems for your neighbors if you start railing your swapfile/disk i/o).
Aside from the technicalities, I would choose a host that makes you happy. If you get a nice plush host that takes good care of you (and makes the proper recommendations as needed for upgrading/downgrading), you should be able to ignore all the little technical details. There are no such things as perfect hosts though, so pick to your needs. |
|
  gabeman
join:2001-05-03 Philadelphia, PA clubs:
·Hotwire Communicat..
1 edit | reply to inGearX »leeware.com
I would recommend going for a host that uses Xen over one that uses Virtuozzo. Virtuozzo doesn't seem to let user access swap, so if you run out of memory, your applications will crash. This makes compiling stuff near impossible. |
|