Which Web server is the most suitable for Python CGI Programming?

Michael Haggerty mhagger at alum.mit.edu
Tue Oct 17 14:25:04 EDT 2000


"junwon,Seo" <linuxqna at chollian.net> writes:
> Whici Web sever are the most suitable for Python CGI Programming?
> Performence, Speed, Scalibiliry....

We are using AOLserver + PyWX.  (I am a PyWX developer.)  AOLserver is
a free, open source, mature, multithreaded web server.

    http://pywx.idyll.org

> Please. benchmarking..

In a quick-n-dirty benchmark, we found that AOLserver+PyWX served
about 230 trivial Python-generated pages per second on a
single-processor Pentium 3/500MHz under Linux.

Michael

-- 
Michael Haggerty
mhagger at alum.mit.edu



More information about the Python-list mailing list