Re: [Queue-developers] new CVS Queue version
Brought to you by:
wkrebs
From: QingLong <qin...@Bo...> - 2001-03-14 01:45:29
|
On Tue, Mar 13, 2001 at 06:25:26PM -0500, W. G. Krebs wrote: > > In response to frequent user complaints (which I will forward here in a > moment), > I've changed rlimit from an error to a warning, and also eliminated the > slow startup "feature" when queued is not in debug mode. > I believe I have fixed that bug in queue-development version at least a month ago. How did they manage to get it back to life? I guess they used `queue' CVS tree (not `queue-developemnt'). > > (Also, what are these comments about "dumbhead" for DEBUG in the > messages header file? :) > That have been written in despair. > > Yes, of course, we should use DEBUGG as the > symbol for the debug mode. > No, we should use something like GNU_QUEUE__DEBUG. > > DEBUG conflicts with the old Lotus PC compiler, amongst other places. > It also conflicts with many libraries header files, AFAIK ncurses, the W3C libwww are among them. This is bad practice, it causes lots of headache as those headers behave quite differently if DEBUG is set... This is just type of global namespace pollution. QingLong. |