breezey Posted July 22, 2008 Share Posted July 22, 2008 Please help me to understand persistent connection correctly... If I use persistent connection, in what condition PHP will use the existing connection instead of creating a new one? Let's say user A browsing my website through his computer ... I suppose one persistent is created for him... and when he moves from one page to another PHP will use the same connection instead of creating a new one. Now when user B browsing my website through another computer... will PHP create a new persistent connection dedicated for B or PHP will use the same connection created for A? Thanks. 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.