Wrong. MySQL is over-kill for the HDD. If you computer experience you will realise that HDD's are a bottle neck. It's the only moving part in your machine. Hence making it the slowest.
If you knew how to properly optimize things, code around your emulator to build up a proper Cache system you could easily handle 500 online with <2GB RAM.
It's important to cache as many things as you can with critical applications that serve clients. Relying on MySQL to do all the work is death for your machine
RAM is random access memory (if you didn't know). MySQL only uses RAM to process queries.
I've had 700 online on my old hotel with 2 GB RAM. Less than 1 GB RAM was used because the server was properly optimized.
Enough of that anyways..
'RawCMS' What the fuck is this ? It's UberCMS. You have no right to re-name some one else's software. It's cancer like you killing this sectionQuote:
<?php
/*===================================================+
|| # RawCMS - Website and Content Management System
|+===================================================+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| # Meth0d dot org – stuff goes here
|+===================================================+
|| # RawCMS is provided "as is" and comes without
|| # warrenty of any kind. SWECMS is free software!
# you can use for habbo retros if you know what it is (Uber)
|+===================================================*/

