r_honey Posted June 23, 2007 Share Posted June 23, 2007 My Hosting provider puts a limit on the maximum no. of simultanoeus DB connections. So, I am providing a wrapper to my DB layer through which all modules request new DB connections to keep a check on the permissible maximum... I need to make sure that only one script, page or thread (whatever you call it) is executing inside the Request connection method of the wrapper. So, is there any built-in support for synchronization in PHP like there is synchronized construct in Java... Link to comment https://forums.phpfreaks.com/topic/56845-synchronization/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.