Author: mladen.turk(a)jboss.com
Date: 2008-05-29 04:27:13 -0400 (Thu, 29 May 2008)
New Revision: 1638
Modified:
sandbox/aloha/httpd/modules/manager/mm_module.c
Log:
Run database maintenance in child
Modified: sandbox/aloha/httpd/modules/manager/mm_module.c
===================================================================
--- sandbox/aloha/httpd/modules/manager/mm_module.c 2008-05-29 08:20:30 UTC (rev 1637)
+++ sandbox/aloha/httpd/modules/manager/mm_module.c 2008-05-29 08:27:13 UTC (rev 1638)
@@ -500,6 +500,11 @@
apr_sleep(MM_TM_RESOLUTION);
if (!is_mc_running)
break;
+ /* Maintain database.
+ * Attach new memory segments if added by parent
+ */
+ mmdb_maintain(s);
+
if (++step >= MM_TM_MAINTAIN_STEP) {
mm_maintain_callback_run(mm_maintain_full);
step = 0;
Show replies by date