Re: svn commit: r999911 - /httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml

2010-09-23 Thread Arvind Srinivasan
On 09/22/10 22:14, Jeff Trawick wrote: How about , and access matches from regexp memory. or something like that? (I think just a few extra words will clue in another 40% of the audience to what you're referring to ;) ) 'Support for regexp backreferences' is what I think niq means by

prefork and APR_HAS_THREADS

2007-08-28 Thread Arvind Srinivasan
Some popular Unix distros package two httpd binaries - one built with the prefork MPM and the other built with the worker MPM - but only one set of libraries and modules. I assume the libraries and modules are the ones compiled for the worker mpm. Is the performance impact of the

Re: prefork and APR_HAS_THREADS

2007-08-28 Thread Arvind Srinivasan
William A. Rowe, Jr. wrote: Negligible with a few exceptions. PHP is one of them, it becomes quite bulky when you --enable-zts. Yes, a module built for worker will work against prefork MPM, if the prefork MPM has been built against a threaded APR. Thanks. Arvind

Re: prefork and APR_HAS_THREADS

2007-08-28 Thread Arvind Srinivasan
Plüm wrote: IMHO APR_HAS_THREADS has nothing to do with the choice of your MPM (except BEOS). It only tells you if APR has thread support or not and this only depends on the platform or if you instructed APR explicitly to build without thread support. My mistake. I associated APR_HAS_THREADS

Re: [PATCH 31268] - Revised patch submitted

2007-03-16 Thread Arvind Srinivasan
Hi Jim, Jim Jagielski wrote: Thanks for the patch. I'll take a look (and review the history of the enhancement request)! Sander has reviewed and approved my revised patch for http://issues.apache.org/bugzilla/show_bug.cgi?id=31268 (ab: add an option to override the target host). Please