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. Link to comment https://forums.phpfreaks.com/topic/115962-persistent-connection/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.