Tagged Questions

0
votes
1answer
44 views

Free resources while waiting for remote gate in (PHP, Apache, Nginx)

My php script waits for remote gate response, normally for ~20 seconds. It causes apache httpd threads to live in memory with opened MySQL connection and finally to exceed MaxClients value. How it can ...