Re: APR feature detection

2009-04-03 Thread Dave Ingram
Sorin Manolache wrote: On Thu, Apr 2, 2009 at 19:45, Dave Ingram d...@dmi.me.uk wrote: Hi guys, Is there any way that my module can detect which APR features are enabled in Apache? It relies on DBD, and if that's not available then my module just segfaults, which isn't very friendly. I'd

Re: custom background thread and module sharing a data structure

2009-04-03 Thread Dave Ingram
Hi Sorin, Sorin Manolache wrote: On Wed, Mar 11, 2009 at 02:08, Andrej van der Zee andrejvander...@gmail.com wrote: Hi, I need to modify Apache and run one custom background thread. In addition, my custom modules have to be able to share a data structure with this background thread.