Re: mod_ldap Cache Issues

2003-10-03 Thread Matthieu Estrade
Hi Jess, Did you used the patch i did and i posted here and on bugzilla for bug #18756 ? For your first issue, the problem should be that all memory allocation are not controlled in the code, i mean if it return NULL or an address to the memory, it's the same. So maybe when you are at user 3

Re: [proposal] styleguide tweak

2003-10-03 Thread Greg Stein
On Fri, Oct 03, 2003 at 12:07:23AM -0400, Cliff Woolley wrote: >... > I am NOT saying opening braces can or should be on their own line for > regular code. ONLY when they follow a conditional expression that spans > lines. I'd prefer they get their own line all the time :-), so I'll certainly agr

Re: [proposal] styleguide tweak

2003-10-03 Thread Jeff Trawick
Greg Stein wrote: On Fri, Oct 03, 2003 at 12:07:23AM -0400, Cliff Woolley wrote: ... I am NOT saying opening braces can or should be on their own line for regular code. ONLY when they follow a conditional expression that spans lines. I'd prefer they get their own line all the time :-), so I'll

Re: [proposal] styleguide tweak

2003-10-03 Thread Jeff Trawick
Cliff Woolley wrote: On Thu, 2 Oct 2003, Jeff Trawick wrote: I'm quite happy that [httpd-2.0] $ find . -name '*.c' | xargs grep '^[ \t]+{' currently produces no output, and I'd prefer that it stay that way ;) That it does, but [httpd-2.0] $ find . -name '*.c' | xargs egrep '^[ \t]+{' (note t

Re: [proposal] styleguide tweak

2003-10-03 Thread Paul J. Reder
Jeff Trawick wrote: one true way or not, consistency with other style guidelines for this body of code and the bulk of existing code is more important, and I think this special case handling of the opening brace is going to be a wart... doesn't match aesthetically, and is an extra rule that do

Re: mod_ldap Cache Issues

2003-10-03 Thread Jess Holle
Matthieu Estrade wrote: Hi Jess, Did you used the patch i did and i posted here and on bugzilla for bug #18756 ? No, I didn't. I must admit that it is difficult to spot the info (tree) for the forest at times -- at least for me, though I notice I did comment on this and am already cc'ed on th

Re: [proposal] styleguide tweak

2003-10-03 Thread Bill Stoddard
Paul J. Reder wrote: Jeff Trawick wrote: one true way or not, consistency with other style guidelines for this body of code and the bulk of existing code is more important, and I think this special case handling of the opening brace is going to be a wart... doesn't match aesthetically, and is

Re: adding map_to_storate to mod_example.c

2003-10-03 Thread Geoffrey Young
Greg Stein wrote: That's not much of an example. All it really shows is how to register a hook. A better example would be to *use* the hook in some way. whoops. I guess I did leave out the explanatory comments. outside of that, it pretty much follows the example in almost all the other hooks b

Re: Apache won't start - shared memory problem

2003-10-03 Thread Graham Leggett
Kris Verbeeck wrote: That won't solve the problem, the shared memory segment is still registered somewhere in the kernel. I've had lots of problems with this too and only deleting the file does not solve it. You have to remove the segments from the kernel table too (see mail from Paul). Is there

Re: Apache won't start - shared memory problem

2003-10-03 Thread Joe Orton
On Fri, Oct 03, 2003 at 06:47:16PM +0200, Graham Leggett wrote: > Kris Verbeeck wrote: > > >That won't solve the problem, the shared memory segment is still registered > >somewhere in the kernel. I've had lots of problems with this too and only > >deleting the file does not solve it. You have to