[users@httpd] RE: merging Apache context

2015-10-30 Thread Greenberg, Adam
Hi Bill (this is a resend to include the dev and user communities, per your instructions): Thanks very much for the prompt response. I believe we have covered all of the steps you indicate below. Attached please find a tar file that contains a simple C++ module and a makefile to build it. Our

[users@httpd] Re: merging Apache context

2015-10-30 Thread William A. Rowe Jr.
On Fri, Oct 30, 2015 at 5:23 PM, Greenberg, Adam wrote: > Hi Bill (this is a resend to include the dev and user communities, per your > instructions): Sorry for any misunderstanding - this seems like a good users@ question (with some C++ thrown in!) so I'm dropping the

[users@httpd] RE: merging Apache context

2015-10-30 Thread Greenberg, Adam
Bill: Thanks again for the quick response. The code I sent you is stripped down for demonstration purposes. We do normally handle the C++ allocation out of pools. That said, I'd like to avoid any confusion C++ might introduce so I've written a C version that demonstrates the same behavior.