durusmail: quixote-users: mod_python fails on FreeBSD
mod_python fails on FreeBSD
2002-03-19
2002-03-19
2002-03-19
2002-03-19
2002-03-19
2002-03-21
2002-03-21
2002-03-20
2002-04-04
2002-04-04
2002-04-04
2002-03-22
mod_python fails on FreeBSD
Michael Watkins
2002-04-04
Neil - The SCGI tests on my old piece of junk and your old piece of junk
were impressive.

I like my new piece of junk even more - the first Quixote application I'm
building is a rewrite of a PHP based application that generates a few
million pages (not hits) a year - really not that much but was starting to
tax the shared server it is on. Mostly dynamic content from a database.

I now have a relatively low end Celeron based server now dedicated for this
app - and SCGI is churning out 1400 - 1500 requests per second. Very nice!

I'll have to think of some ways of using this new found power...

A single connection:
This is ApacheBench, Version 1.3c <$Revision: 1.41 $> apache-1.3
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.22
Server Port:            80

Document Path:          /simple/
Document Length:        201 bytes

Concurrency Level:      1
Time taken for tests:   0.697 seconds
Complete requests:      1000
Failed requests:        0
Non-2xx responses:      1000
Total transferred:      351000 bytes
HTML transferred:       201000 bytes
Requests per second:    1434.72
Transfer rate:          503.59 kb/s received


50 concurrent connections:

This is ApacheBench, Version 1.3c <$Revision: 1.41 $> apache-1.3
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.22
Server Port:            80

Document Path:          /simple/
Document Length:        201 bytes

Concurrency Level:      50
Time taken for tests:   0.706 seconds
Complete requests:      1000
Failed requests:        0
Non-2xx responses:      1002
Total transferred:      351702 bytes
HTML transferred:       201402 bytes
Requests per second:    1416.43
Transfer rate:          498.16 kb/s received




At 07:13 PM 3/19/2002 -0500, you wrote:
>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



reply