Thanks Anand, I missed the web.runsimple function in the httpserver module.

Also echoing Rob's question, does anyone here have experience
comparing CherryPy's wsgiserver with apache or nginx, both in terms of
performance and ease of migration later?

BTW, it looks like you have to edit the runsimple method manually in
the httpserver.py source file in order to specify SSL certificate
files. Not a big deal, just pointing that out in case anyone else is
thinking of using this particular combination over https.

-Sam

On Mon, Jun 15, 2009 at 10:49 PM, Rob
Brown-Bayliss<[email protected]> wrote:
> On Mon, 2009-06-15 at 22:43 -0700, Anand Chitipothu wrote:
>
> web.py distribution includes cherrypy's wsgiserver as web.wsgiserver
> and it is used as default webserver for all web.py applications. You
> don't need to write any additional code if you want to run you program
> using wsgiserver.
>
> How does it stack up as a server compared to the likes of apache? I should
> point out that initially I expect to have a low volume site, but hope for
> that to pick up.  Is migration easy or even necessary?
>
> --
> Rob Brown-Bayliss
>
> http://globalvillage.sourceforge.net
> The world at your finger tips...
>
> ________________________________
> Some days need pills...
> ________________________________
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to