So, I read a book in Mysql and it says that there\'s a limit on how many concurrent users that can access a database.
Does that mean that If I have 20k users browsing i
Database is very good candidate for bottle neck. If you have so big traffic on your server you should focus on downgrade number of connections to the database. Page and Data Caching can do miracle in this matter - it did in my case....