From owner-freebsd-stable@FreeBSD.ORG Tue Nov 25 11:40:06 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 99FD91065675 for ; Tue, 25 Nov 2008 11:40:06 +0000 (UTC) (envelope-from ken73.chen@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id 6CD548FC1F for ; Tue, 25 Nov 2008 11:40:06 +0000 (UTC) (envelope-from ken73.chen@gmail.com) Received: by wf-out-1314.google.com with SMTP id 28so2756018wfa.27 for ; Tue, 25 Nov 2008 03:40:06 -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:in-reply-to:mime-version:content-type:references; bh=kob8XUyE1HmreElhzubQIYUZbfZbViHTt1QaRGYyiMw=; b=K4VkM7QPK67d6LRX3hU1ARnCRlSh2wIGF2mhWpeH6Im7DzR2azKPDDd3Iv6qBWWfLu +2sSwIeAnhQciv1oWuo109ZWbcYjPgSaHMB8AqeugRWa1R48QQC21v65KyCH7XJ/pcEN dHoi+R0VP50uvAuhjIDG+d+ljyHvTyMTs8LQI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=lP1E9np4axuf8foQYdklUJug4EnUkCKx6KhEnhlfRMlbROd75jw56PYo/Ru1qlGFSh +zc6mnLe6Ok2IEVDVOCFiLKJbVPJMe7cFgPx4rEQ2OE7YBvOFwrTvT5zAQoXAhJg7Gtx e3eHk6O3Zh9rgeNcAl7SHGOlhscc1R/PLLp1Y= Received: by 10.142.240.9 with SMTP id n9mr2114156wfh.217.1227613206170; Tue, 25 Nov 2008 03:40:06 -0800 (PST) Received: by 10.142.224.11 with HTTP; Tue, 25 Nov 2008 03:40:05 -0800 (PST) Message-ID: Date: Tue, 25 Nov 2008 19:40:05 +0800 From: "Ken Chen" To: stable@freebsd.org In-Reply-To: MIME-Version: 1.0 References: <20081107142137.GA7051@icarus.home.lan> <4917285C.2030702@lozenetz.org> <20081111160526.GA1608@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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 11:40:06 -0000 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