Bug 575708 - runaway inotify madness ...

2009-03-17  Colin Walters  <walters@redhat.com>

	Bug 575708 - runaway inotify madness ...

	* gfilemonitor.c: Queue up events in a local list and
	fire one idle, instead of queuing lots of individual
	idles which has bad performance behavior.


svn path=/trunk/; revision=8010
This commit is contained in:
Colin Walters
2009-03-17 21:59:18 +00:00
committed by Colin Walters
parent 044733e2a0
commit 1d1fba442f
2 changed files with 65 additions and 19 deletions

View File

@@ -1,3 +1,11 @@
2009-03-17 Colin Walters <walters@redhat.com>
Bug 575708 - runaway inotify madness ...
* gfilemonitor.c: Queue up events in a local list and
fire one idle, instead of queuing lots of individual
idles which has bad performance behavior.
2009-03-17 Alexander Larsson <alexl@redhat.com>
* glocalfileinputstream.c: