2009/6/15 Samuel Wan <[email protected]>:
>
> Hi all,
>
> I'm looking for the simplest way to run web.py apps with reasonable
> reliability and performance. What do you think of using cherrypy's
> wsgiserver module to run web.py? Is it reliable and fast enough? I
> like the fact that it's a standalone module, defined within a single
> __init__.py file. I also liked that you can hook it up with just a
> couple lines of code in your main application.py file.

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.

Anand

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