So Http uses TCPIP and that has automatic retries. I saw some behavior where a message appears to have hit the server 3 times at the same time. I am wondering if during poor connections, will the TCPIP retry trigger extra PHP calls?
If this is the case, how does one avoid duplicating effort? I have safeguards upon repeating the same transaction, but if they arrive at the exact same instant its much harder to do that.