in reply to Re^4: Recent slowness and outage (IPC cache)
in thread Recent slowness and outage
Anyway, as I understand it you want to get the node, keep a local copy, do the updates (which currently all modify the version of the node in the cache), and then compare that to the original. Unlike the current in-memory node cache, a shared one based on Cache::Mmap would not update the node in the cache until it is explicitly saved back to the cache, i.e. in-memory updates do not modify the cache. I'm not sure if that helps any or not. Depends on what the update code does.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Recent slowness and outage (IPC cache)
by tye (Sage) on Jan 17, 2003 at 17:13 UTC | |
by perrin (Chancellor) on Jan 17, 2003 at 17:32 UTC | |
by tye (Sage) on Jan 17, 2003 at 17:56 UTC |