Re: async write completion prototype

2005-10-23 Thread Brian Pane
On Oct 10, 2005, at 5:15 PM, Greg Ames wrote: - event-ize lingering close. it eats up roughly the same number of worker threads as synchronous writes for SPECweb99. Is this because the lingering close is waiting a while for the client to close the inbound side of the connection? Or is the l

The 2.2.0 Process

2005-10-23 Thread Paul Querna
As we get closer to the next stable/GA branch, I want to clarify with everyone how I imagine the process will happen. This isn't the process that is documented in VERSIONING, but I think it deals better with the 2.1.x -> 2.2.0 jump. 1) 2.1.N is tagged. 2) 2.1.N is voted on for BETA. 3) Ass

2.1.9 Next Weekend

2005-10-23 Thread Paul Querna
Just a heads up, I plan on doing a 2.1.9 tag/release late this week, most likely on Friday or Saturday. Help with back porting to branches/2.2.x is always welcome. -Paul

Re: svn commit: r327872 - in /httpd/httpd/trunk: CHANGES include/httpd.h server/core_filters.c

2005-10-23 Thread Colm MacCarthaigh
On Sun, Oct 23, 2005 at 10:38:41PM -, [EMAIL PROTECTED] wrote: > Modified: httpd/httpd/trunk/server/core_filters.c > URL: > http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/core_filters.c?rev=327872&r1=327871&r2=327872&view=diff > =

Bug report for Apache httpd-2.0 [2005/10/23]

2005-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-1.3 [2005/10/23]

2005-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: APR version of support/logresolve.c

2005-10-23 Thread Dirk-Willem van Gulik
On Fri, 21 Oct 2005, Colm MacCarthaigh wrote: > http://people.apache.org/~colm/logresolve.c I'd love to see this going in ! Dw.

Re: mod_ldap crash on exit (found why)

2005-10-23 Thread Graham Leggett
Vadim Chekan wrote: Is there a maintainer for this module or should I start working on a patch tha uses offset instead of address in shm? The module is maintained, but it definitely needs more attention under Windows. If you provide a patch, it will definitely be reviewed. Regards, Graham -

Re: mod_ldap crash on exit (found why)

2005-10-23 Thread Vadim Chekan
On 10/23/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > Vadim Chekan wrote: > > > But as soon as this memory is shared, addres cache->nodes for child is > > different from parent. So child overrites parents cache->nodes! > > There are raw pointers in the shm? Well, in a fork() that's expect

Re: mod_ldap crash on exit (found why)

2005-10-23 Thread William A. Rowe, Jr.
Vadim Chekan wrote: httpd version: current/trunk (2.2?) Platform: win xp pro SP2 I built Apache, added LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so ... LDAPSharedCacheFile "c:\ldap.cache" and this causes crash on exit. The crash happends at

Re: async write completion prototype

2005-10-23 Thread Paul Querna
Brian Pane wrote: On Oct 18, 2005, at 7:11 AM, Greg Ames wrote: Brian Pane wrote: I think one contributor to the event results is an issue that Paul Querna pointed out on #httpd-dev the other day: apr_pollset_remove runs in O(n) time with n descriptors in the pollset. thanks, I see it.

Re: async write completion prototype

2005-10-23 Thread Brian Pane
On Oct 18, 2005, at 7:11 AM, Greg Ames wrote: Brian Pane wrote: I think one contributor to the event results is an issue that Paul Querna pointed out on #httpd-dev the other day: apr_pollset_remove runs in O(n) time with n descriptors in the pollset. thanks, I see it. yeah we are goin