Welcome! Log In Create A New Profile

Advanced

Re: connect() to unix:/var/run/php-fpm/php.sock failed

Jérôme Loyet
October 16, 2012 04:48AM
2012/10/16 justin <nginx-forum@nginx.us>
>
> Just finished running a benchmark with http://blitz.io on a development
> application written in PHP (using php-fpm with a unix socket, not TCP)
> connecting to MySQL. Started with 50 concurrent connections and scaled up to
> 250. Got lots of timeouts and errors. In my nginx log, the following is
> logged a bunch of times:
>
> 2012/10/16 01:28:29 [error] 15019#0: *26418 connect() to
> unix:/var/run/php-fpm/php.sock failed (11: Resource temporarily unavailable)
> while connecting to upstream,
>
> What could cause this? I am using nginx 1.2.4 with the following performance
> tweaks:
>
> worker_processes 2;
> worker_connections 1024;
> sendfile on;
> tcp_nopush on;
> tcp_nodelay on;
> keepalive_timeout 30;
> gzip on;
> gzip_proxied any;
> gzip_comp_level 4;
> gzip_disable "msie6";
> gzip_types text/plain text/html text/css application/x-javascript
> text/xml application/xml application/xml+rss text/javascript
> application/javascript application/json
>
> PHP-FPM is configured with 8 static workers and listen.backlog = -1. Any
> idea how I can reduce the failures connecting to upstream (PHP-FPM)?
>

try setting listen.backlog to 128 in FPM configuration. It may be a
bug with listen.backlog = -1 on some FPM version.

++ jerome

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

connect() to unix:/var/run/php-fpm/php.sock failed

Anonymous User October 16, 2012 04:43AM

Re: connect() to unix:/var/run/php-fpm/php.sock failed

Jérôme Loyet October 16, 2012 04:48AM

Re: connect() to unix:/var/run/php-fpm/php.sock failed

Anonymous User October 16, 2012 04:58AM

Re: connect() to unix:/var/run/php-fpm/php.sock failed

Sergey Budnevitch October 16, 2012 05:36AM

Re: connect() to unix:/var/run/php-fpm/php.sock failed

Anonymous User October 16, 2012 12:56PM

Re: connect() to unix:/var/run/php-fpm/php.sock failed

Sergey Budnevitch October 17, 2012 06:24AM

Re: connect() to unix:/var/run/php-fpm/php.sock failed

Reinis Rozitis October 18, 2012 06:56AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 307
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready