Hey Stuart, > Has anyone looked into making Storm objects pickleable? I want to > stuff expensive query results into memcached. > > I'm using ZStorm so can just use the name to refer to the Store. I can > put together a MaterializedResultSet class supporting a lot of the API > from a materialized list of Storm objects. I think getting the Storm > objects themselves pickled is going to be the tricky bit.
Pickling itself shouldn't be hard. How do you envison an unpickled object should behave? -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
