On Saturday, August 29, 2015 at 10:03:42 PM UTC-4, Leonel Câmara wrote:
>
> Well you can use etree.tostring and save that. Another alternative is to 
> put it in cache ram which does not pickle.
>

I'd like to avoid serializing out to a string because I'd then have to do 
the parsing over again on the next request. How would I go about putting it 
in a ram cache? (I looked at memcache, but it looks like the Python wrapper 
uses pickling). If you can just point me to the relevant package(s) for 
this kind of caching I can read the docs. But I've found my google searches 
to be less than helpful on this.

Thanks,

Ian 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to