#9722: Use pyinotify (where available) instead of polling filesystem every
second
to detect changes
------------------------------------------------+---------------------------
Reporter: lamby | Owner: nobody
Status: new | Milestone:
Component: django-admin.py runserver | Version: 1.0
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------------------+---------------------------
Changes (by lamby):
* has_patch: 0 => 1
Comment:
No need for file descriptor nonsense; we can simply update the inotify
watch list from the thread the request_finished callback is called from.
Anyway, current patch fixes the lazily loaded modules issue.
--
Ticket URL: <http://code.djangoproject.com/ticket/9722#comment:3>
Django <http://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
-~----------~----~----~----~------~----~------~--~---