diff --git a/src/XrdApps/XrdClJCachePlugin/README.md b/src/XrdApps/XrdClJCachePlugin/README.md index c401896b92a..fe48eda92b5 100644 --- a/src/XrdApps/XrdClJCachePlugin/README.md +++ b/src/XrdApps/XrdClJCachePlugin/README.md @@ -233,8 +233,10 @@ env XRD_PLUGIN=/usr/lib64/libXrdClJCachePlugin-5.so XRD_JCACHE_CACHE=/var/tmp/jc - ~~Add async response handler to allow fully asynchronous open through the cache~~ (not required, already fully asynchronous) - Add optional dynamic read-ahead with window scaling - ~~Add cache-cleaning as option to client plug-in~~ :white_check_mark: +- ~~Add possiblity of detached operation (async) mode~~ :white_check_mark: +- ~~Report summed time spent in Open operations~~ :white_check_mark: - Make xrdclcacheclean a daemon with systemd support -- Add automatix connection de-multi-plexing if contention to storage servers is detected +- Add automatic connection de-multiplexing if contention to storage servers is detected - Attaching large files which are not in the buffercache is slow. We should write a compacted journal index, when we detach and read it on attach in a single read - ~~We should make a configuration variable, which allows to regularily dump cache statistics and reset counters. This is useful when the plug-in runs inside a proxy server.~~ :white_check_mark: