itsliamoco Posted August 22, 2014 Share Posted August 22, 2014 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? Link to comment https://forums.phpfreaks.com/topic/290602-mysql-count-page-impressions-persistant-connection/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.