issue 2
(Separate process to purge expired cache entries) commented on by ste.falsetto
- Maybe it can be interesting to try to use mnesia table events.
So the "cleaner" process will subscribe to "write" table event, and can store in a
timestamp-ordered list the data to clean.
Maybe it can be interesting to try to use mnesia table events.
So the "cleaner" process will subscribe to "write" table event, and can store in a
timestamp-ordered list the data to clean.
Feb 01, 2009
r26
(added scripts for initializing nodes in a cluster
) committed by gleber.p
- added scripts for initializing nodes in a cluster