Re: svn commit: r729059 - in /httpd/httpd/trunk/modules/mem: ./ .deps Makefile Makefile.in config5.m4 mod_plainmem.c mod_sharedmem.c modules.mk sharedmem_util.c sharedmem_util.h slotmem.h

2008-12-31 Thread Jim Jagielski
On Dec 23, 2008, at 3:56 PM, Ruediger Pluem wrote: Style! Why no stack approach, but a queue approach for the list? Looking over, the orig impl had the list tucked away in an APR array... not sure when/why it was changed.

Re: svn commit: r729059 - in /httpd/httpd/trunk/modules/mem: ./ .deps Makefile Makefile.in config5.m4 mod_plainmem.c mod_sharedmem.c modules.mk sharedmem_util.c sharedmem_util.h slotmem.h

2008-12-24 Thread Jim Jagielski
On Dec 23, 2008, at 1:54 PM, Paul Querna wrote: j...@apache.org wrote: Author: jim Date: Tue Dec 23 10:39:56 2008 New Revision: 729059 URL: http://svn.apache.org/viewvc?rev=729059view=rev Log: Add in the useful slotmem memory module, from httpd-scoreboard. Cleaned up... A general question,

Re: svn commit: r729059 - in /httpd/httpd/trunk/modules/mem: ./ .deps Makefile Makefile.in config5.m4 mod_plainmem.c mod_sharedmem.c modules.mk sharedmem_util.c sharedmem_util.h slotmem.h

2008-12-24 Thread Jim Jagielski
On Dec 23, 2008, at 3:56 PM, Ruediger Pluem wrote: The intent is to get this in trunk, and improve. I did not do style changes or other performance improvements so that the diffs between what was committed and what was in h-p were minimal.

Re: svn commit: r729059 - in /httpd/httpd/trunk/modules/mem: ./ .deps Makefile Makefile.in config5.m4 mod_plainmem.c mod_sharedmem.c modules.mk sharedmem_util.c sharedmem_util.h slotmem.h

2008-12-24 Thread Jim Jagielski
On Dec 23, 2008, at 3:56 PM, Ruediger Pluem wrote: Added: httpd/httpd/trunk/modules/mem/config5.m4 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mem/config5.m4?rev=729059view=auto = = = = = = = = = = ---

Re: svn commit: r729059 - in /httpd/httpd/trunk/modules/mem: ./ .deps Makefile Makefile.in config5.m4 mod_plainmem.c mod_sharedmem.c modules.mk sharedmem_util.c sharedmem_util.h slotmem.h

2008-12-24 Thread Ruediger Pluem
On 12/24/2008 02:09 PM, Jim Jagielski wrote: On Dec 23, 2008, at 3:56 PM, Ruediger Pluem wrote: Added: httpd/httpd/trunk/modules/mem/config5.m4 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mem/config5.m4?rev=729059view=auto = = = = = = = = =

Re: svn commit: r729059 - in /httpd/httpd/trunk/modules/mem: ./ .deps Makefile Makefile.in config5.m4 mod_plainmem.c mod_sharedmem.c modules.mk sharedmem_util.c sharedmem_util.h slotmem.h

2008-12-23 Thread Paul Querna
j...@apache.org wrote: Author: jim Date: Tue Dec 23 10:39:56 2008 New Revision: 729059 URL: http://svn.apache.org/viewvc?rev=729059view=rev Log: Add in the useful slotmem memory module, from httpd-scoreboard. Cleaned up... A general question, why now? This branch:

Re: svn commit: r729059 - in /httpd/httpd/trunk/modules/mem: ./ .deps Makefile Makefile.in config5.m4 mod_plainmem.c mod_sharedmem.c modules.mk sharedmem_util.c sharedmem_util.h slotmem.h

2008-12-23 Thread Ruediger Pluem
On 12/23/2008 07:39 PM, j...@apache.org wrote: Author: jim Date: Tue Dec 23 10:39:56 2008 New Revision: 729059 URL: http://svn.apache.org/viewvc?rev=729059view=rev Log: Add in the useful slotmem memory module, from httpd-scoreboard. Cleaned up... Added: