Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 1247 invoked by uid 6000); 12 Aug 1999 12:09:31 -0000 Received: (qmail 1241 invoked by uid 2016); 12 Aug 1999 12:09:30 -0000 Delivered-To: apcore-apache-2.0-cvs@apache.org Received: (qmail 1236 invoked by uid 168); 12 Aug 1999 12:09:30 -0000 Date: 12 Aug 1999 12:09:30 -0000 Message-ID: <19990812120930.1235.qmail@hyperreal.org> From: rse@hyperreal.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/mpm README.rse Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org rse 99/08/12 05:09:30 Modified: mpm README.rse Log: Ops, the config is important, too. Revision Changes Path 1.4 +12 -1 apache-2.0/mpm/README.rse Index: README.rse =================================================================== RCS file: /home/cvs/apache-2.0/mpm/README.rse,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README.rse 1999/08/12 12:07:06 1.3 +++ README.rse 1999/08/12 12:09:29 1.4 @@ -99,7 +99,18 @@ $ make install Some quick tests with the dexter MPM and both GNU Pth and FreeBSD uthread - showed the following not too bad results with ApacheBench: + showed the not too bad results with ApacheBench under the following config: + + NumServers 1 + StartThreads 32 + MinSpareThreads 32 + MaxSpareThreads 32 + MaxThreadsPerChild 32 + MaxRequestsPerChild 0 + + With more processes the results are not such good. Then both user space + threading libs get only up to 400-500 req/sec. The reason seem to be the + unserialized acccept problem. o FooBar/OS + Ralf S. Engelschall's GNU Pth + dexter MPM