Author: jfrederic.clere(a)jboss.com
Date: 2008-06-09 09:04:03 -0400 (Mon, 09 Jun 2008)
New Revision: 1678
Modified:
trunk/mod_cluster/native/mod_slotmem/mod_sharedmem.c
Log:
Add a comment on the pre_config() hook.
Modified: trunk/mod_cluster/native/mod_slotmem/mod_sharedmem.c
===================================================================
--- trunk/mod_cluster/native/mod_slotmem/mod_sharedmem.c 2008-06-09 12:25:25 UTC (rev
1677)
+++ trunk/mod_cluster/native/mod_slotmem/mod_sharedmem.c 2008-06-09 13:04:03 UTC (rev
1678)
@@ -47,6 +47,10 @@
return OK;
}
+/* XXX: The global pool is clean up upon graceful restart,
+ * that is to allow the resize the shared memory area using a graceful start
+ * No sure that is a very good idea...
+ */
static int pre_config(apr_pool_t *p, apr_pool_t *plog,
apr_pool_t *ptemp)
{
Show replies by date