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? Quote Link to comment 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 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.