Little/No Peformance?
I bought linode node recently and continue to understand that all this thing is a joke.
First - there's no performance at all. Mysql runs simple, time tested queries on time tested tables much longer than it's realy conforming. I now realize, that you CANNOT put 24 distros on one computer on simple P4HP and yield any computing performance. Can't you understand, people, that operating system which is up, runs thousand of proceses which need to be handled by processor and it's just an overkill to have som many on one computer =)
My hello page - which is just a silly php script to ouput the text forms in 2,5s and reaches me in some 10s
That's really ugly and I wonder why you guys don't complain about that.
4 Replies
Linode Plan Matrix
Check out one of the websites I host for a friend on my Linode 128:
The front page served is a PHP script, and besides from Apache2 and ProFTPd, this Linode also runs BIND (for secondary DNS), MySQL, Postfix (virtual mail user table is in MySQL), amavis+clam (for virus-scanning incoming mail) and a Perl-based IRC bot on 8 different networks.
I haven't noticed any serious lagging as of yet, and the information services on the bots are responding quite fast (even though one of them needs to collect information from two Shoutcast instances on a different TX-based server).
Additionally, the above page (chess.bd0.net) reaches me in less than 10s, including all graphics, and I'm physically located in Norway.
@ulterior2005:
My hello page - which is just a silly php script to ouput the text forms in 2,5s and reaches me in some 10s
That's really ugly and I wonder why you guys don't complain about that.
You should start pointing that finger back at yourself, bro.
I run a full phpbb forum on my node, and it loads in <1 sec. Most likely, you have started swap-thrashing and have hit the IO-limiter. Make sure mysql isn't caching a lot, and that you don't have way too many services running.
You just can't click-and-go here, because you have limited parameters. You have to tweak it out and set it up.
That being said these types of comments show that you haven't sought the answers to fixing the problems, a good starting point is here: http://www.linode.com/wiki/index.php/SlashdotMyLinode
James