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
Pull Requests:How to create a pull request

Description

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

Change History (4)

by mcroydon, 17 years ago

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

comment:1 by Simon G <dev@…>, 17 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, 17 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, 17 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