in reply to Re^6: Recent slowness and outage (IPC cache)
in thread Recent slowness and outage
It's possible (and already built into some modules) to use file-locking to provide exclusive access to a cache entry, but that won't really help because multiple machines are involved and the real master source is the database, not the cache.
Another angle would be node-level locks in MySQL based on the code from Apache::Session::Lock::MySQL. May not be worth the effort though.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Recent slowness and outage (IPC cache)
by tye (Sage) on Jan 17, 2003 at 17:56 UTC |