Hi everybody,
Recently I've been trying to migrate from AppEngine-Patch (with
Appengine models) into django-nonrel.

In the past, I've been using Protobufs serialization for memcache as
suggested by Nick here http://blog.notdot.net/2009/9/Efficient-model-memcaching
- which seemed to be very efficient and stable (unlike json
serializers of django.core)

However Model Protobuf caching in Appengine has some code already
implemented in the AppEngine library. Is there some easy way to pick
Protobuf serialization instead of python Pickle to achieve the same
with Django's native Model ?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to