New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
It's possible, the bottleneck will most likely be the disk. If it's with SSD, it should be able to handle much more than a million page views / day.
@rds100 thank you for suggestion. i will try
You might want to look into apc or memcache.
What exact software are you running that only uses PHP and not MySQL? Are you running SQLite instead of MySQL?
Or load the pages into a RAM disk if you have enough RAM
@jcaleb said something similar, with the amount or RAM being provided!
To the main query +1 with @rds100 suggestion!