Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个向 apache 服务器发送 ajax 请求的应用程序。php 处理所有数据并保存在数据库中,然后向 Web 客户端发送响应。有时,由于网络缓慢,ajax 客户端没有收到此响应,ajax 超时。但是数据已经保存在数据库中,并且 ajax 客户端尝试重新发送数据,从而在数据库中生成重复条目。
有一种方法可以让 apache 检测到未收到响应并将其返回给 php 处理数据库中的回滚?还是我手动实施?