Hi, If I'm saving a string to memcached, why would you Marshal it before sending it to memcached? Today, I ran into weirdness when saving a RSS feed to a string and then serving it from nginx (who read it from memcached). nginx was reading the marshalled string, which looked kinda funny. Joe