mars/sy_old
Thomas Schoebel-Theuer d9cbea66c2 aio: do mapfree_pages() via background thread
This is crucial for performance, since invalidate_mapping_pages()
may take a long time and consume a lot of CPU.
Decouple it from time-critical worker threads.
2013-01-23 20:06:56 +01:00
..
README import mars-119.tgz 2013-01-08 15:54:39 +01:00
mars_light.c aio: do mapfree_pages() via background thread 2013-01-23 20:06:56 +01:00
mars_proc.c aio: do mapfree_pages() via background thread 2013-01-23 20:06:56 +01:00
mars_proc.h import mars-125.tgz 2013-01-08 15:54:44 +01:00
strategy.h server: lockless dent shipping 2013-01-23 20:06:54 +01:00
sy_generic.c infra: automatic timestamps in mars_symlink() 2013-01-23 20:06:54 +01:00
sy_net.c infra: fix memleak on remote dent lists 2013-01-23 20:06:51 +01:00

README

This is ugly code from a first prototype trial.
It will disappear as soon as the new strategy layer has been
implemented. The new system will use an interpreter for automated
pattern matching and triggering actions, in a much more generic
fashion than hand-crafted here.