yes, I would like to use a framework. I like the twisted method the user
posted. Are there any examples of it using a framework, get/post, etc..?



On Thu, Feb 9, 2012 at 6:28 AM, Thomas Bach <thb...@students.uni-mainz.de>wrote:

> 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
>



-- 
--- Get your facts first, then you can distort them as you please.--
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to