From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 5 20:22:41 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0F1C106566B; Sat, 5 Feb 2011 20:22:41 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 80A688FC15; Sat, 5 Feb 2011 20:22:41 +0000 (UTC) Received: by qyk8 with SMTP id 8so464282qyk.13 for ; Sat, 05 Feb 2011 12:22:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=OFRTdrBdRTp3fOJf90MuJv8pEr7J/hm88dARl5m7Jjo=; b=DKC91yAaqtapwJ0y3C0g93gVs0nIa/d0bBQzZLUA1F+ZZFCxzveOPodghsU/un6CoI FpZK3iBf6TZos7Iw9KqHRkDZqD3RvP9LzC89Kb900RbmsWQok71Z8Hz7T5jNZ/kP0fRr vj9OuRXWl4Oy6Kvaqkddl7rQC8ozBVPSIYN4o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=ATIp/6MOFlWmbaBg8Z/1Cxy/I1JOzn+AS37u720X3ZzZjjXgd3PVYGbkR/C+YDNG0Z AEJ/7myN03rzDHJ1CZLLH/HTR+9YFTcVBcd4QPoulQAKoDW0/gO+ukR8hVVWDwQcnfZM GJR4SfV2yDd/qlChaRrul3WSBvZZDivXVmoCw= Received: by 10.229.182.196 with SMTP id cd4mr7720156qcb.215.1296937360474; Sat, 05 Feb 2011 12:22:40 -0800 (PST) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.229.67.2 with HTTP; Sat, 5 Feb 2011 12:22:00 -0800 (PST) In-Reply-To: <4D4DAD05.2070707@yandex.ru> References: <4D3CB2AF.9050003@yandex.ru> <4D4D9A4D.2070508@yandex.ru> <4D4DAD05.2070707@yandex.ru> From: Ivan Voras Date: Sat, 5 Feb 2011 21:22:00 +0100 X-Google-Sender-Auth: 8mQboi_KWvH2ukjhp_Q-whsUSUo Message-ID: To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hackers@freebsd.org, davidxu@freebsd.org Subject: Re: Tracking down a problem with php on FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 20:22:42 -0000 On 5 February 2011 21:03, Ruslan Mahmatkhanov 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).