Hi,
I have an app using Nginx/php-fpm which make long request, 1 minutes sometimes and sometimes my app have to do the command /etc/init.d/php5-fpm reload under Debian Wheezy, it send a USR 2 signal and the active connections and not supposed to be closed but it does'nt work, i immediately have this in nginx logs :
[error] 245639#0: *168 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1,
Does someone have a possible solution for this ?
Thank you,