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:             Open
+Status:             Analyzed
 Type:               Bug
 Package:            FPM related
 Operating System:   linux
 PHP Version:        5.3Git-2012-05-25 (Git)
-Assigned To:        
+Assigned To:        fat
 Block user comment: N
 Private report:     N



Previous Comments:
------------------------------------------------------------------------
[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