#18541: Infinite Lock With Caching Backend
-------------------------------------+------------------------------------
Reporter: zmsmith | Owner: nobody
Type: Bug | Status: new
Component: Core (Cache system) | Version: 1.4
Severity: Normal | Resolution:
Keywords: caching | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
-------------------------------------+------------------------------------
Comment (by zmsmith):
Had a chance to look at this, but
[http://docs.python.org/library/signal#signal.alarm signal.alarm()] is not
cooperating with the thread locking.
Interestingly, when this lock occurs, {{{SIGINT}}} is also just getting
swallowed. I wonder if the code in
[https://github.com/django/django/blob/master/django/utils/synch.py
django.utils.synch] is doing something a little too aggressive, but it's
hard for me to say because I don't have any real experience with
threading.
--
Ticket URL: <https://code.djangoproject.com/ticket/18541#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.