Hi,

I'm trying to cache the results from Flickr requests (made through Zend_Service_Flickr) for parts of my site where continually hammering Flickr with queries makes little sense.

I've been trying to store the ResultSet objects in a Core/Sqllite Zend_Cache, but I get very strange results whenever I try to retrieve my data - Apache/PHP just hangs for a bit then kills the connection without any output.

Has anyone else run into this/know how I should be caching these objects?

Thanks,

Phil

Reply via email to