Twisted vs. CherryPy vs. ??? for light-weight web servers

Jean-Paul Calderone exarkun at divmod.com
Wed Sep 24 13:29:15 EDT 2008


On Tue, 23 Sep 2008 21:22:08 -0500, Michael Mabin <d3vvnull at gmail.com> wrote:
>Is there any consensus on what the best lightweight web-server is?  Or
>rather would Twisted be a better choice to choose as a framework that allows
>me to serve html or xml data for light webservices. Or is CherryPy just as
>good?
>

You haven't described the problem you want to solve in very much detail.  I
can't tell, for example, why I shouldn't recommend that you use Apache instead
of CherryPy or Twisted or anything else.  Apache has a huge user community,
lots of documentation, and lots of developers fixing its bugs and making it
work well.  What are you trying to do that would make Apache a bad choice?

Jean-Paul



More information about the Python-list mailing list