Opened 16 years ago

Closed 16 years ago

#6084 closed (invalid)

Add warning about python-memcached client < 1.40 not being thread safe

Reported by: mcroydon Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Since older versions of python-memcached often cause connections to stay open indefinitely, add a warning about versions before 1.40.

Attachments (1)

tummy_memcache_thread_safe_warning.diff (720 bytes ) - added by mcroydon 16 years ago.
Add warning about older python-memcached versions and thread safety.

Download all attachments as: .zip

Change History (4)

by mcroydon, 16 years ago

Add warning about older python-memcached versions and thread safety.

comment:1 by Simon G <dev@…>, 16 years ago

Needs documentation: set
Triage Stage: UnreviewedDesign decision needed

mcroydon - wouldn't it be simpler to just (or also) document this in the memcache documentation?

comment:2 by Jacob, 16 years ago

Component: Cache systemDocumentation
Triage Stage: Design decision neededAccepted

I agree with Simon -- this should be a documentation thing. Issuing a warning is a bit narky.

comment:3 by mcroydon, 16 years ago

Resolution: invalid
Status: newclosed

Ugh, it looks like this is still an issue anyway, closing this until the issue at hand is resolved.

Note: See TracTickets for help on using tickets.
Back to Top