2015/04/24 20:06:24 [error] 12488#0: *6 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: namivam, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "namivam"
This error throw when i trying execute any model "find" or "findFirst" method. And it is not permanent behavior, 2 times is ok, 2 times is 502 error. How improve it? I tried reinstall php5-fpm, phalcon (from repository and directly,by making of source),disable opcache,xdebug, but it has no effect. On 1.3.4 version i hadn't such problem.
I am using mariaDb instead mysql, maybe it cause problem?
If I can provide any info - let me know. Thanks.