verdrm Posted February 23, 2008 Share Posted February 23, 2008 My web host only allows 50 simultaneous connections per MySQL user. Does that mean that only 50 users can access my website at one time? If so, what are some ways to get around that? Making more accounts? Link to comment https://forums.phpfreaks.com/topic/92624-connection-limit/ Share on other sites More sharing options...
steviewdr Posted February 24, 2008 Share Posted February 24, 2008 50 simultaneous connections: if you use "persistant" mysql connections, then only 50 people can access your website at one time. Persistant mysql connections are not the default with php so you should be ok. 50 simultaneous connections should be fine as long as you dont use persistant connections. -steve Link to comment https://forums.phpfreaks.com/topic/92624-connection-limit/#findComment-474862 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.