From owner-freebsd-stable@FreeBSD.ORG Tue Nov 25 18:53:10 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E20E2106564A for ; Tue, 25 Nov 2008 18:53:10 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F2B98FC20 for ; Tue, 25 Nov 2008 18:53:10 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so61262ywe.13 for ; Tue, 25 Nov 2008 10:53:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ffHlJ51ei4d4CfYCJPXzM+mZ2dLUnt+5C5vIr1d7/DY=; b=RMh3+c75yNgksK2e2uyGiA+4RNsotLSyXbabn9Q0DV3CUYnvs7+Y6qlNcKoUxOPI/l /99ruPiPLebp6z5u+tF3RKgqERhiwiGbNWeZrljhRk6qdGTp34SamTpZABBM00Wufp2w QdgfhiCuAsWGcX+jz26uWi2oQXNfy/Ek/NFd8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=uonOx2q0NPYwpjLvnuJyINc4tq/gIdhTuSng45dDh9jS0cBJ1aYfVNzSB6g6lKk1AV GhrIR6ixbaPfJhapouAHijOrx8oZicEkmumeZMWxz4VaB4to/tAKoEF6DLlzYuAofqLE rKYDSkORwqUIFcdrqEMAy+YMUtMvkQOqTJYhY= Received: by 10.103.240.5 with SMTP id s5mr1724822mur.106.1227637862671; Tue, 25 Nov 2008 10:31:02 -0800 (PST) Received: by 10.103.1.7 with HTTP; Tue, 25 Nov 2008 10:31:02 -0800 (PST) Message-ID: Date: Tue, 25 Nov 2008 13:31:02 -0500 From: "Scott Ullrich" To: "Ken Chen" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081107142137.GA7051@icarus.home.lan> <4917285C.2030702@lozenetz.org> <20081111160526.GA1608@icarus.home.lan> Cc: stable@freebsd.org Subject: Re: php-cgi frozen with sbwait when SMP enable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2008 18:53:11 -0000 On Tue, Nov 25, 2008 at 6:40 AM, Ken Chen wrote: > Change to configuration to solve this problem: > > #server.network-backend = "freebsd-sendfile" > server.network-backend = "writev" > > http://redmine.lighttpd.net/boards/2/topics/show/141 Maybe this patch is related? http://redmine.lighttpd.net/issues/show/1813 Scott