Fallus
01-10-2002, 06:16 PM
Hello,
someone is hosting his forum on my server, it's a ikonboard.
my server had a lot of downtime lately, and I discovered ikonboard was causing it. when I did a "top" I saw sometimes a single request could take up 57% of the processor, 20% of RAM (it's a cheap dedicated server, with only 32mb ram) - so you can imagine, that since his site has 1000 visitors a day, it could get ugly...
since vBulletin is using mySQL instead of textfiles, I'm guessing this problem will not occur with it?
how are the queries optimized? I read some code of free forums (esp. blazeboard) in PHP and mySQL, and usually, they don't use joins but do query's inside loops and real ugly things like that... is vBulletin's code better?
thanks
someone is hosting his forum on my server, it's a ikonboard.
my server had a lot of downtime lately, and I discovered ikonboard was causing it. when I did a "top" I saw sometimes a single request could take up 57% of the processor, 20% of RAM (it's a cheap dedicated server, with only 32mb ram) - so you can imagine, that since his site has 1000 visitors a day, it could get ugly...
since vBulletin is using mySQL instead of textfiles, I'm guessing this problem will not occur with it?
how are the queries optimized? I read some code of free forums (esp. blazeboard) in PHP and mySQL, and usually, they don't use joins but do query's inside loops and real ugly things like that... is vBulletin's code better?
thanks