Is there a simple solution for concurrent requests in PHP?
My script sometimes receives 2 identical requests at the same time (difference in milliseconds) from an external system. The script, upon incoming request, makes a request to the external system, checks for the existence of an entry there, and if…