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... Quote Link to comment https://forums.phpfreaks.com/topic/56845-synchronization/ 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.