2.11 + php-fpm + nginx on my server. If a user sends a time consuming request "A", before getting response for "A" from the server, he sends more others normal requests. It is weird that user can not get any response before response for "A" returned, it seems php-fpm queues the requests. I checked tcp connection, the requests are sent from different socket, have same PHPSESSION. And on the server side, php-fpm also wrote the normal requests into slow log.
Ben, herhangi bir öneri çözmek için nasıl bilemiyorum?