Message10065

Author zyasoft
Recipients conflatedauto, darjus, fwierzbicki, jeff.allen, zyasoft
Date 2015-05-16.15:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431789690.75.0.0622192330276.issue1879@psf.upfronthosting.co.za>
In-reply-to
Content
Jeff, sounds like the existing implementation was half baked, and it introduces a resource leak in the entries map. I think the best thing to do now is remove the entries map completely, and avoid caching in this layer. Instead let the underlying OS filesystem determine what caching needs to be done, if any. Alternatively users of the importer can do their own caching.
History
Date User Action Args
2015-05-16 15:21:30zyasoftsetmessageid: <1431789690.75.0.0622192330276.issue1879@psf.upfronthosting.co.za>
2015-05-16 15:21:30zyasoftsetrecipients: + zyasoft, fwierzbicki, jeff.allen, darjus, conflatedauto
2015-05-16 15:21:30zyasoftlinkissue1879 messages
2015-05-16 15:21:30zyasoftcreate