From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 30 22:31:02 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9905B16A412 for ; Sat, 30 Dec 2006 22:31:02 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id 58EF813C45A for ; Sat, 30 Dec 2006 22:31:02 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 4E8622D4AF7; Sat, 30 Dec 2006 22:09:00 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id D4D2E11434; Sat, 30 Dec 2006 23:09:24 +0100 (CET) Date: Sat, 30 Dec 2006 23:09:24 +0100 From: "Simon L. Nielsen" To: Bartosz Giza Message-ID: <20061230220923.GA997@zaphod.nitro.dk> References: <363265914.20061230211050@blurp.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <363265914.20061230211050@blurp.pl> User-Agent: Mutt/1.5.11 Cc: freebsd-hackers@freebsd.org Subject: Re: problem with apache bench 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, 30 Dec 2006 22:31:02 -0000 On 2006.12.30 21:10:50 +0100, Bartosz Giza wrote: > from couple of days i am trying to figure out what is wrong with apache > bench. I want to test my remote site with it but all the time i got this > error message. > > % ab -c 10 -n 500 http://xxxxx/test.php > Test aborted after 10 failures > > apr_socket_connect(): Operation already in progress (37) > Total of 8 requests completed I have had some problems with ab from apache 2.0/2.2, but ab from apache 1.3 it worked fine. I just had to get it to work so I didn't look more into why it broke on newer versions. -- Simon L. Nielsen