But will these servers actually benefit from shared cache? So the
images are shared, they boot up, what then?
- apache really won't like serving static files from the host pagecache
- dynamic content (java, cgi) will be mostly in anonymous memory, not
pagecache
- ditto for application servers
- what else are people doing?
Interesting point.
We'd need a cache=volatile for this use case to avoid the fdatasync()s
we do now. Also useful for -snapshot. In fact I have a patch for this
somewhere I can dig out.
--
error compiling committee.c: too many arguments to function
--