@snoopy: A single content server instance can now serve all your libraries. So there is no need to run multiple instances.
@HendelTBD: I'm afraid there is not going to be an option to run the server readonly, this is because the server is now fundamentally read/write in that many core operations it does require write access to the db. As time passes more and more of these operations will be exposed in the main server interface and trying to maintain two different versions of that interface is too difficult. So if you want to simulate readonly behavior, your best bet is to have a script that rsyncs the library to the server computer, and restart the the content server there.
|