PHP lock and thread-synchronization using WinCache and/or APC
Raise your hand if you're a PHP developer and felt at least once the urge to prevent simultaneous access to a property, function or class method from multiple threads/processes. If you …
PHP lock and thread-synchronization using WinCache and/or APC Read More