alternatives to mod python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • snacktime

    alternatives to mod python

    I'm looking for a simple async ssl http server that can accept http
    POST requests. Performance is an issue, which is why I'm currently
    using mod python. I don't really want to require installing apache
    and mod python though if I can help it, since this is software that
    will be distributed to end users.

    Anyone have any suggestions? The only other thing I looked at was
    twisted, which I'm still evaluating.

    Chris
  • Sridhar

    #2
    Re: alternatives to mod python

    > Anyone have any suggestions? The only other thing[color=blue]
    > I looked at was twisted, which I'm still evaluating.[/color]
    I second that. Add Nevow too - www.nevow.com

    Comment

    • Brian Beck

      #3
      Re: alternatives to mod python

      > Anyone have any suggestions? The only other thing I looked at was[color=blue]
      > twisted, which I'm still evaluating.[/color]

      Might as well check out CherryPy as well. www.cherrypy.org
      Might turn out to be simpler for your needs.

      --
      Brian Beck
      Adventurer of the First Order

      Comment

      Working...