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 14, 2024
1 parent e574902 commit 3811a38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/XrdApps/XrdClJCachePlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 3811a38

Please sign in to comment.