Il 09/07/2012 17:22, Lev Lemkov ha scritto:
http://projects.unbit.it/uwsgi/wiki/CachingFramework
[snip]

Well, I can use uwsgi cache within django project, but still can not make it 
working with nginx.

And one more question: why pickle is used at sample caching backend? can i 
store raw python objects?

i don't think so, you need something to serialize objects, you can change the uwsgi django cache backend to use something else like marshal or json if you want. Other backends used pickle so i've used that too.

thanks,
riccardo

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to