[Zope3-Users] Re: [Zope3-dev] URGENT RFC: Is anyone using response.write in Zope 3?

Jeff Shell eucci.group at gmail.com
Mon Dec 19 13:31:49 EST 2005


Yes, it's hurry.file. What's Tramline?

We're using hurry.file for small images, generally, and it's been
working fine. We've recently written a cache manager that writes the
images out to the file system where Apache can serve them. So when
that's in place (and working), efficient image serving from Zope is
not that big of a concern to us...

But back to the issue at hand - knowing how to better serve those out
to the response would be a big help.

On 12/19/05, Martijn Faassen <faassen at infrae.com> wrote:
> Jeff Shell wrote:
> > I was using it in some custom views for HurryFile based images. I've
> > removed it since I started testing our code against Zope 3.2. Right
> > now I just return the hurryfile binary data with a return statement
> > (one big chunk), but am looking forward to knowing how to return long
> > output.
>
> Is HurryFile the same as hurry.file? You know of course hurry.file is
> pretty inefficient if you don't use tramline (which still needs
> integration into hurry, patches welcome :).
>
> Regards,
>
> Martijn
>


More information about the Zope3-users mailing list