我有一个问题,我无法解决。前端和后端服务器之间的一些通信(~10-20%)已经卡住了。任何人都可以给我一个建议吗?
前端卷曲日志:
16:30:00.00 - Runtime: 5.2454
后端apache访问日志:
16:30:00.01 - /backend/....
后端日志:
16:30:05.01 - Runtime: 0.2254
前端日志:
<?php
....
startTime
send curl request to Backend IP
write to the log: currentTime, currentTime-startTime
...
?>
后端日志:
<?php
startTime
PHP/MySQL/Redis/etc
write to the log: currentTime, currentTime-startTime
?>