Event-driven framework (other than Twisted)?

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Wed Oct 1 12:09:20 EDT 2008


Phillip B Oldham a écrit :
> On Oct 1, 4:12 pm, Thomas Guettler <h... at tbz-pariv.de> wrote:
>> Please explain what you want to do.
> 
> I'm primarily looking for alternatives to MVC frameworks for web
> development, particularly SAAS. I've looked around, and some
> whitepapers suggest that event-based frameworks often perform better
> than MVC. Since I'm looking at SAAS, having a "view" is pretty
> pointless since I'll either be using Thrift, returning simple HTTP
> headers, or returning some sort of JSON/YAML/XML content (possibly
> based on accept headers).

"view" doesn't imply (x)html - any valid HTTP response is ok. The whole 
point of decoupling controler from view (in web MVC) is to allow the 
same controler to return different views.



More information about the Python-list mailing list