The Artima Developer Community
Sponsored Link

Python Buzz Forum
WSGI and paste.proxy

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
WSGI and paste.proxy Posted: Dec 16, 2006 12:47 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: WSGI and paste.proxy
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

At TOPP we've been working on a project to apply page styles through filtering (very similar in spirit to XSLT-based templating). I'll talk more about that later -- I think it's a really neat project that will let us offer hosted services to activists that look just like native services, while also letting us integrate all our natively hosted apps regardless of platform.

When we started working with the project it used mod_python for doing the filtering. This was hard to setup and hard to test, so we abstracted it out some and I hacked together an implementation using WSGI middleware.

Then we were trying to figure out how to deploy it. We've worked some on making Zope 2 a WSGI app, but I wasn't that confident in using that in production yet, and anyway I wanted to use this now, on the live site, instead of waiting, so we can use this for real internally before we expose it externally. And we want other people to use this stuff too, and if deployment is hard it's a real drag on participation.

At that point it occurred to me that an HTTP proxy would be very useful. And then I realized I already had all the tools I needed, I just needed to plug them together and put a command-line interface in front.

And it all Just Worked. WSGI is awesome.

Read: WSGI and paste.proxy

Topic: Oracle release Berkeley DB XML 2.3.8 Previous Topic   Next Topic Topic: Viddler launches

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use