Opened 17 years ago
Closed 17 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)
Change History (4)
by , 17 years ago
Attachment: | tummy_memcache_thread_safe_warning.diff added |
---|
comment:1 by , 17 years ago
Needs documentation: | set |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
mcroydon - wouldn't it be simpler to just (or also) document this in the memcache documentation?
comment:2 by , 17 years ago
Component: | Cache system → Documentation |
---|---|
Triage Stage: | Design decision needed → Accepted |
I agree with Simon -- this should be a documentation thing. Issuing a warning is a bit narky.
comment:3 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
Add warning about older python-memcached versions and thread safety.