On Wed, Apr 9, 2008 at 1:59 PM, Ian Bicking <[EMAIL PROTECTED]> wrote:
> > even more than that, Google's own webapp module ("an extremely simple
> > WSGI web application") is implemented with WebOb. Pretty cool ;)
> > Good news for WebOb -- more exposure, more bug reports, etc.
> >
>
> Ah, I didn't notice that, because they aren't using the WebOb response,
> only the request. Huh, wonder why they didn't use both?
they are doing strange stuff with the response. "Doesn't support
streaming." It's all held in memory, which means death for any kind
of large XML feed-ish response. Or ... does this mean Google has so
much memory they don't have to stream anything ;) They also say
responses automatically timeout in "a few seconds." Interesting.
_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users