diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-09-19 08:43:07 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-09-19 08:43:07 +0000 |
commit | ec65a094c5367ff523fe572d3dfdcc5b1c92715c (patch) | |
tree | 3cde6b3c48d2691205795f229e1d58d8ac8574f4 /community | |
parent | 53e70bdf3aac2f4e0e0b12622bf262f70cbeaf47 (diff) |
web commit by scolobb
Diffstat (limited to 'community')
-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. |