Skip to main content

High peak traffic website (100k simultaneous users)

Comments

6 comments

  • cPRex Jurassic Moderator
    Hey there! I don't have much to add on my end, but other users with high-traffic sites will likely get you their opinion soon!
    0
  • cPAdminsMichael
    It's always difficult to guess/estimate server hardware. With my experience, your server hardware sounds more than fine though. It's probably more a question about optimizing Apache/PHP/MySQL for these loads (and peaks if all 100k connects in same second)
    0
  • yurilio
    It's always difficult to guess/estimate server hardware. With my experience, your server hardware sounds more than fine though. It's probably more a question about optimizing Apache/PHP/MySQL for these loads (and peaks if all 100k connects in same second)

    Thanks for the reply. You have suggestions for software configuration? Thanks!
    0
  • cPAdminsMichael
    Apache: - Use Worker or Event MPM and increase poolsize to cope with the client count alternatively, you may want to look into Litespeed. - Checkout NGINX caching server that comes in cPanel 96 MySQL: - Use Mysql8 or MariaDB 10.3 - Use innodb and set poolsize maybe to keep whole database in memory PHP: - Use PHP-FPM. Remember to set the pool vales to match number of connections, etc. - use fx Opcache - Alternatively, you may want to look into Cloudlinux and their LSAPI There are many parameters to tune - and many variables/unknowns... more than happy to work with you to optimize the server for your load.
    0
  • yurilio
    Apache: - Use Worker or Event MPM and increase poolsize to cope with the client count alternatively, you may want to look into Litespeed. - Checkout NGINX caching server that comes in cPanel 96 MySQL: - Use Mysql8 or MariaDB 10.3 - Use innodb and set poolsize maybe to keep whole database in memory PHP: - Use PHP-FPM. Remember to set the pool vales to match number of connections, etc. - use fx Opcache - Alternatively, you may want to look into Cloudlinux and their LSAPI There are many parameters to tune - and many variables/unknowns... more than happy to work with you to optimize the server for your load.

    Great! Let's work together on this. How can we get in touch? Thanks
    0
  • cPAdminsMichael
    Great! Let's work together on this. How can we get in touch? Thanks

    Best would be on our website. Got your message yesterday but you left wrong mail address (nonexisting domain) :)
    0

Please sign in to leave a comment.