itsliamoco Posted August 22, 2014 Share Posted August 22, 2014 (edited) I am trying to figure out the best way to record page impressions in my MySQL database. This count will be coming from multiple websites and webpages, so could be millions per day. I could run into the problem of exceeding max connections to my database if thousands of connections are made at the same time. Would opening a persistent connection remove the problem of exceeding max connections or should I increase the number of max connections my database will allow? Edited August 22, 2014 by itsliamoco Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.