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