This is a new wsgi web server implemented in a single file.

http://code.google.com/p/web2py/source/browse/gluon/sneaky.py

I could use some help with testing.

Here is a version for Python 3.0

http://code.google.com/p/web2py/source/browse/gluon/sneaky.py


Massimo

On Dec 25, 12:38 pm, [email protected] (Aahz) wrote:
> In article <[email protected]>,
> Antoine Pitrou  <[email protected]> wrote:
>
>
>
> >Apparently you have debugged your speed issue so I suppose you don't have
> >performance problems anymore. Do note, however, that Python is generally
> >not as fast as C -- especially for low-level stuff -- and a Python Web
> >server will probably serve around 10x less requests per second than a C
> >Web server like Apache (this will still give you hundreds of simple
> >requests per second on a modern machine).
>
> For static pages or dynamic pages?  Once you get into dynamic pages, I
> sincerely doubt that the smaller Apache overhead makes lots of
> difference.
> --
> Aahz ([email protected])           <*>        http://www.pythoncraft.com/
>
> Looking back over the years, after I learned Python I realized that I
> never really had enjoyed programming before.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to