-
- Downloads
From Gerri:
This is an optimization in TXNetSystem to avoid recording (and looping over) too many helpers in TSystem::fHelper. After this change, only the helper to the redirector is recorded, and the right connection is searched inside. Also added: - an implementation of Unlink, which is useful to delete files on the cluster (activation of helper search in TUnixSystem::Unlink and TWinNTSystem::Unlink) Does not work (yet) with dirs, but this is a server side problem; Andy aware. - a bit in EFileModeMask to flag 'offline' files, i.e. files existing but (temporarly) not available ... xrootd has the concept, for files to be staged, for example; the bit 0110000 was unused and it did fit, conceptually. git-svn-id: http://root.cern.ch/svn/root/trunk@16473 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- base/inc/TSystem.h 3 additions, 1 deletionbase/inc/TSystem.h
- netx/inc/TXNetSystem.h 25 additions, 2 deletionsnetx/inc/TXNetSystem.h
- netx/src/TXNetSystem.cxx 167 additions, 96 deletionsnetx/src/TXNetSystem.cxx
- unix/src/TUnixSystem.cxx 5 additions, 1 deletionunix/src/TUnixSystem.cxx
- winnt/src/TWinNTSystem.cxx 5 additions, 1 deletionwinnt/src/TWinNTSystem.cxx
Loading
Please register or sign in to comment