On Wed, Jul 10, 2013 at 3:44 PM, Alex Bligh <[email protected]> wrote: > I am compiling a module I have written on Ubuntu Precise. The module will > always > be run on apache-mpm-prefork (i.e. the non-threaded mpm), but the module > itself > uses threads (apr_thread*). Should I be compiling against apache2-threaded-dev > or apache2-prefork-dev? Or doesn't it matter?
Should not matter. You probably care about APR_HAS_THREADS which is more of a platform thing and won't change if someone ships different httpd MPMS. -- Eric Covener [email protected]
