You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/05/18 17:15:36 UTC

svn propchange: r1831869 - svn:log

Author: ylavic
Revision: 1831869
Modified property: svn:log

Modified: svn:log at Fri May 18 17:15:36 2018
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri May 18 17:15:36 2018
@@ -1,4 +1,8 @@
-mod_slotmem_shm: generation number for SHM filename on all platforms.
+mod_slotmem_shm: use a generation number for SHM filename on all platforms.
+
+Successive generations can't share the same SHMs because restarts may modify
+them under the terminating children, while SHMs are not extensible when all
+slots are in use.
 
 This effectively restores r1822341 which was reverted by r1822505.