beagle r4116 - trunk/beagle/beagled/FileSystemQueryable



Author: dbera
Date: 2007-11-03 05:46:45 +0000 (Sat, 03 Nov 2007)
New Revision: 4116
ViewCVS link: http://svn.gnome.org/viewcvs/beagle?rev=4116&view=rev

Modified:
   trunk/beagle/beagled/FileSystemQueryable/FileSystemQueryable.cs
Log:
Instead of using two separate queue for addition and removal of files, use a single queue to deal with both kinds of filesystem changes. Using two queues destroy any ordering between the events, e.g. create, delete, create might get scheduled as create,create,delete (which is exactly what happens when firefox downloads some file).





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]