DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34592>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34592 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2005-04-25 21:29 ------- Sorry for being late, I currently need some time to get my irrigation system up and running - the summer is near :-) Well, to your bug: The cache of VFS is responsible to close a filesystem as soon as the JVM has garbage collected all references. Sure, for your example it might be enough to make the Filesystem.close() method public, but what if another thread access the same "archive" - then this close() breaks your application. Ok, I already hear it: "Put some bold-faced notice into the javadoc". I think it could make VFS a little bit fragile. If this is really a function we would like to have some code needs to be written to cleanly shutdown a filesystem (e.g. by closing all its files in the cache). Comments welcome. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
