beagle r3409 - in trunk/beagle: Util beagled



Author: dbera
Date: 2007-02-10 05:41:58 +0000 (Sat, 10 Feb 2007)
New Revision: 3409
ViewCVS link: http://svn.gnome.org/viewcvs/beagle?rev=3409&view=rev

Modified:
   trunk/beagle/Util/PullingReader.cs
   trunk/beagle/beagled/Filter.cs
   trunk/beagle/beagled/LuceneCommon.cs
   trunk/beagle/beagled/TextCache.cs
Log:
Fix a fd leak for large files when lucene would stop asking for more data. Now Filter.Pull() does not call Close(), but instead Close() is called by lucene. This also fixes some invalid textcache.gz files.
Buffer the reader and writer streams to and from textcache to reduce the time spent in inflating/deflating.





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