On Fri, Jun 24, 2011 at 4:03 PM, John <jspay...@verizon.net> wrote:
> So the documentation is incorrect?
>
> It claims that it is multi-process safe.
>

MP/MT safe means it won't experience race conditions that cause it to
crash when run MP/MT.

Right under the line that says it is MP-safe there is this paragraph:

"""
Note that each process will have its own private cache instance, which
means no cross-process caching is possible. This obviously also means
the local memory cache isn't particularly memory-efficient, so it's
probably not a good choice for production environments. It's nice for
development.
"""

Which really closes the matter.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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