Re: [vfs] VFS.getManager and FileCache

2009-08-13 Thread Jörg Schaible
Hi Mario, coming back to this now again ... ;-) Mario Ivankovits wrote at Donnerstag, 6. August 2009 17:36: > Hi! > > Using weak ref as default seems not too bad. However, since the file > objects have just their parent cached it might lead to much more file > system access then now as a parent

Re: [vfs] VFS.getManager and FileCache

2009-08-06 Thread Mario Ivankovits
Hi! Using weak ref as default seems not too bad. However, since the file objects have just their parent cached it might lead to much more file system access then now as a parent might need to refresh its children. I tried to kick a discussion about caching at all already [1]. I still think goi