RE: [PATCH] Create plog pool before pconf

2003-12-15 Thread BLAKE,DAVID (HP-Boise,ex1)
Location) -Original Message- From: Bill Stoddard [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 2:57 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] Create plog pool before pconf William A. Rowe, Jr. wrote: So you propose an inversion here? Won't that break as many modules

Re: [PATCH] Create plog pool before pconf

2003-12-11 Thread William A. Rowe, Jr.
So you propose an inversion here? Won't that break as many modules making the (currently) correct assumptions, w.r.t. config data? Logs are created *from* values in the configuration, ergo they should go away *before* the values that created them are also destroyed. E.g., if my module creates a

Re: [PATCH] Create plog pool before pconf

2003-12-11 Thread Bill Stoddard
William A. Rowe, Jr. wrote: So you propose an inversion here? Won't that break as many modules making the (currently) correct assumptions, w.r.t. config data? Logs are created *from* values in the configuration, ergo they should go away *before* the values that created them are also destroyed.

[PATCH] Create plog pool before pconf

2003-12-10 Thread Bill Stoddard
Check out this PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20462 plog is created after pconf which means that plog will be cleaned up before pconf during destroy_and_exit_process() called during shutdown. It is not uncommon for modules to register cleanups against pconf and log