Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters1971 authored Jun 13, 2024
1 parent 0130770 commit f72a13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/XrdApps/XrdClJCachePlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ env XRD_PLUGIN=/usr/lib64/libXrdClJCachePlugin-5.so XRD_JCACHE_CACHE=/var/tmp/jc
- ~~Pre-shard cache directory structure not to have all cached files in a flat directory listing~~ (won't do)
- ~~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~~
- ~~Add cache-cleaning as option to client plug-in~~ :white_check_mark:
- Make xrdclcacheclean a daemon with systemd support
- Add automatix connection de-multi-plexing 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.
- ~~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:



Expand Down

0 comments on commit f72a13e

Please sign in to comment.