On 5 February 2011 21:22, Ivan Voras <ivo...@freebsd.org> wrote:
> On 5 February 2011 21:03, Ruslan Mahmatkhanov <cvs-...@yandex.ru> wrote:
>
>>
>> Can you please tell me more what you mean by ""robust" pthreads mutexes" and
>
> It's just a name for properties of a mutex; actually this is
> imprecise, what's needed here is process-shared & robust
> (fpm_shm_slots.c: FPM uses shared memory).

Actually I think "robustness" is the key here (in this context it
means that the locks of a thread / processes are released if a thread
/ process dies unexpectedly (crashes)); It is very likely that in your
case the PHP process with FPM SAPI module dies while holding a lock
shared between processes and the other processes get stuck waiting for
this lock to unlock.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to