Jump to content

PHP/MYSQL Bandwidth issues


freakers

Recommended Posts

Thanks for visiting.

 

Our company user base recently increased to 2 million. At the moment, we are using MYSQL as the database choice for online transactions and verifications. We currently are experiencing bandwidth problems. Is there any other way to go aside from MYSQL? or do we need to enhance on our server? I just need some school of thought reading this issue.

 

Thanks You

Link to comment
https://forums.phpfreaks.com/topic/208522-phpmysql-bandwidth-issues/
Share on other sites

You're just going to have to upgrade the server.

Optimizing your queries might do a little bit of good, but eventually you'll end up with upgrading.

 

Before you do, check how much RAM is being used by Apache, PHP and MySQL. If that fills it up, buy some RAM.

If some other processes do that, eliminate them.

If you're processor is hitting 100%, you're doing it wrong.

 

Good luck

 

PS. I'm quite interested in what site you run, could you post a link?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.