Rita <rmorgan...@gmail.com> writes:

> I am building a small intranet website and I would like to use
> Python. I was wondering if there was a easy and medium performance
> python based web server available. 

Are you going to use a framework? Most of these ship with a light
web server implementation… You probably want to check these out too…

I got a pretty robust setup via
+ nginx,
+ supervisord,
+ the web server shipped with Pyramid

If you want to use the WSGI standard I'd recommend to read

http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/deployment.html
 

This document describes several possible set ups to serve an WSGI
application…


Regards,
        vince   
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to