Edit report at https://bugs.php.net/bug.php?id=62153&edit=1

 ID:                 62153
 Updated by:         f...@php.net
 Reported by:        f...@php.net
 Summary:            when using unix sockets, multiples FPM instances can
                     be launched without errors
-Status:             Analyzed
+Status:             Closed
 Type:               Bug
 Package:            FPM related
 Operating System:   linux
 PHP Version:        5.3Git-2012-05-25 (Git)
 Assigned To:        fat
 Block user comment: N
 Private report:     N

 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2012-05-25 19:23:53] f...@php.net

Automatic comment on behalf of fat
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=eeba67914ebe02de279f0188be739b78c7a76958
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can 
be launched without errors)

------------------------------------------------------------------------
[2012-05-25 19:23:52] f...@php.net

Automatic comment on behalf of fat
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=d90003b5491c576ab28c3999c8f3121d6c0d06f1
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can 
be launched without errors)

------------------------------------------------------------------------
[2012-05-25 19:23:51] f...@php.net

Automatic comment on behalf of fat
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=a7761262f70d660cd20ec698c453b8daa922f422
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can 
be launched without errors)

------------------------------------------------------------------------
[2012-05-25 08:57:22] f...@php.net

Description:
------------
if a pool is listening to a local unix socket, the first instance to be 
launched 
create the socket and listen to it

If a second instance is run, it erases the socket created by the first instance 
and creates its own. Resulting an inactive but runnung instance of FPM (the 
first 
one).

The second instance should be able to detect if the unix socket already exists 
AND 
is already in used.



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62153&edit=1

Reply via email to