Jump to content

Synchronization


r_honey

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.