On Tue, Mar 19, 2002 at 04:35:42PM -0500, Neil Schemenauer wrote: > I still need to factor out the Quixote<->SCGI glue our application is > using. That should be done shortly. Done. There is now a 0.2 release available from: http://www.mems-exchange.org/software/scgi/ that includes the Quixote glue. Just for kicks I setup the Quixote demo with SCGI and Apache on an old Pentium 200 machine. Here are the results from ApacheBench: This is ApacheBench, Version 1.3a-deb Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/ Server Software: Apache/1.3.9 Server Hostname: xxxxxxx.yyy Server Port: 80 Document Path: /dynamic/simple Document Length: 51 bytes Concurrency Level: 1 Time taken for tests: 1.328 seconds Complete requests: 100 Failed requests: 0 Total transferred: 26300 bytes HTML transferred: 5100 bytes Requests per second: 75.30 Transfer rate: 19.80 kb/s received Not bad for an old piece of junk. :-) Neil