diff options
-rw-r--r-- | community/scolobb.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/scolobb.mdwn b/community/scolobb.mdwn index 594281fe..2de8eb4f 100644 --- a/community/scolobb.mdwn +++ b/community/scolobb.mdwn @@ -26,6 +26,18 @@ The code is at <http://github.com/scolobb/nsmux/tree/master>. --- +###Did this week + +* Modified the node cache so that it maintains shadow nodes alive. + +###Plans for the next week + +* Implement the shutting down of translator stacks when *nsmux* is asked to go away (in case **antrik** considers that necessary). + +* Make *nsmux* provide the access to the translator stack of the real node, in case a translator (mainly, a filter) should ask for its underlying node to be opened in O_NOTRANS mode. + +--- + ###Current Status ####DONE: @@ -66,6 +78,10 @@ The code is at <http://github.com/scolobb/nsmux/tree/master>. ###Progress +####8: Fri Sep 19: + +> Modified the ncache so that it now maintains shadow nodes (and directory nodes too, it is a side effect at the moment) alive. + ####7: Sat Aug 30 - Fri Sep 5: > Added the code for shutting down dynamic translator stacks. |