On Tue, Feb 19, 2013 at 10:09 AM, Daniel Shahaf <danie...@apache.org> wrote: > How so? If the proxy caches the master version per-process or > per-connection, it won't need to be restarted to notice master upgrades, > will it?
Per-connection would be fine but based on the discussion in the thread I was presuming per-process. Per-process caching doesn't necessarily have any implied end of the cache since you can run MaxRequestsPerChild set to zero. Per-connection would be much more like what Philip is talking about.