On Fri 2006-09-22 (07:09), [EMAIL PROTECTED] wrote:
> I just went through the Engal code.....thanks a lot for the Image
> manipulation code.   Very useful I hope.  The caching thing is fairly
> novel, I would never have thought of that.  Is that standard
> convention?

Well, one should avoid doing the same work multiple times.  Also, by
using caching like that (which isn't elegant at the moment), you can get
upstream proxies and browsers to cache the thumbnails themselves so that
they don't even contact you.

In future, I'll look into some way to isolate already-created work into
a particular path, so that they can optionally be served via Apache
instead, avoiding the relatively (to Apache static serving) heavy
overhead of CherryPy + TG.

Neil
-- 
Neil Blakey-Milner
[EMAIL PROTECTED]
http://mithrandr.moria.org/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to