Re: Detecting when KeepAlive connection timeouts (retrieving the browser fd)

2009-08-25 Thread Rainer Jung
On 25.08.2009 09:05, Alexander Farber wrote: On Mon, Aug 24, 2009 at 9:11 AM, Sorin Manolachesor...@gmail.com wrote: On Mon, Aug 24, 2009 at 00:08, Alexander Farberalexander.far...@gmail.com wrote: So I think I should select() or poll() on 2 fds in my Apache module - one is the Unix pipe to

Re: Detecting when KeepAlive connection timeouts (retrieving the browser fd)

2009-08-25 Thread Alexander Farber
Thank you On Tue, Aug 25, 2009 at 10:56 AM, Rainer Jungrainer.j...@kippdata.de wrote: There is a similar hook for Apache 1.3 when compiled with mod_ssl. mod_ssl comes with source patches adding more hooks to Apache 1.3 (the so called Extended API = EAPI). The extended API has a

trunk - 2.2 proxy alignment

2009-08-25 Thread Jim Jagielski
Some may recall many moons ago I took some time to try to bring the proxy code changes (code as well as build) from trunk back to 2.2 tree, to help make it easier to backport fixes... I'd like to float that idea again, before I spend any more time on it...

Re: trunk - 2.2 proxy alignment

2009-08-25 Thread William A. Rowe, Jr.
Jim Jagielski wrote: Some may recall many moons ago I took some time to try to bring the proxy code changes (code as well as build) from trunk back to 2.2 tree, to help make it easier to backport fixes... I'd like to float that idea again, before I spend any more time on it... The

Re: trunk - 2.2 proxy alignment

2009-08-25 Thread Akins, Brian
On 8/25/09 8:47 AM, Jim Jagielski j...@jagunet.com wrote: I'd like to float that idea again, before I spend any more time on it... +1 I've been, umm, struggling with some proxy stuff recently and it's annoying that 2.2.x and trunk are so different. One idea: Can we replace the void

Re: svn commit: r801528 - /httpd/httpd/branches/2.2.x/CHANGES

2009-08-25 Thread Dan Poirier
wr...@apache.org writes: Author: wrowe Date: Thu Aug 6 07:33:32 2009 New Revision: 801528 URL: http://svn.apache.org/viewvc?rev=801528view=rev Log: Two notable notes Modified: httpd/httpd/branches/2.2.x/CHANGES Modified: httpd/httpd/branches/2.2.x/CHANGES URL:

Sporadically broken Download for 2.2.13 windows binaries

2009-08-25 Thread Rainer Jung
Hi, I observed strange behaviour for the Windows 2.2.13 binary download. Retrieving it with Firefox and with MSIE 8 directly from http://archive.apache.org/dist/httpd/binaries/win32/apache_2.2.13-win32-x86-openssl-0.9.8k.msi stopped downloading after 4.923.392 Bytes instead of 6.034.944 Bytes.

Analysis of the Apache web server code repository

2009-08-25 Thread t.n.a.
Hello everyone, I am the author of the PanBI http://www.PanBI.org open source business intelligence project. PanBI provides data extraction, transformation and loading logic as well as data warehouse schemas for a number of systems and Subversion - used by Apache - is one of the systems

Re: Analysis of the Apache web server code repository

2009-08-25 Thread Jeff Trawick
On Tue, Aug 25, 2009 at 3:45 PM, t.n.a. t...@sharanet.org wrote: I have designed a dedicated Subversion data warehouse and loading logic so that Subversion repository data can be analyzed using OLAP tools. To demonstrate the functionality, I have made a short screencast

Re: trunk - 2.2 proxy alignment

2009-08-25 Thread Graham Leggett
Jim Jagielski wrote: Some may recall many moons ago I took some time to try to bring the proxy code changes (code as well as build) from trunk back to 2.2 tree, to help make it easier to backport fixes... I'd like to float that idea again, before I spend any more time on it... +1 in

Re: Apache HTTP Server development

2009-08-25 Thread Graham Leggett
tim robertson wrote: Apache HTTP Server should be Event-driven by default, instead of using Processes/Threads. Alot of other http web servers are outperforming Apache because they use Events because this reduces cpu and memory usage. Have you tried out the event MPM? Don't forget, for any

Re: svn commit: r807823 - /httpd/mod_fcgid/trunk/CHANGES-FCGID

2009-08-25 Thread Chris Darroch
wr...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=807823view=rev Log: suppose this would be worth noting Changes with mod_fcgid 2.3.1 + *) Complete the unix port to 2.3-dev trunk. [William Rowe] Thank you for all this work ... it's much appreciated, especially since I've

Re: Analysis of the Apache web server code repository

2009-08-25 Thread Bill Stoddard
Jeff Trawick wrote: On Tue, Aug 25, 2009 at 3:45 PM, t.n.a. t...@sharanet.org mailto:t...@sharanet.org wrote: I have designed a dedicated Subversion data warehouse and loading logic so that Subversion repository data can be analyzed using OLAP tools. To demonstrate the

Scoreboard API

2009-08-25 Thread Nick Kew
I have a recollection of some discussion of providing a scoreboard API that would make it available to modules needing a chunk of shared memory. I'm in that position now, and my module needs to play with the scoreboard, as it creates additional children to be noted. The easiest path is a

Re: Scoreboard API

2009-08-25 Thread William A. Rowe, Jr.
Nick Kew wrote: I have a recollection of some discussion of providing a scoreboard API that would make it available to modules needing a chunk of shared memory. I'm in that position now, and my module needs to play with the scoreboard, as it creates additional children to be noted. The

Re: Sporadically broken Download for 2.2.13 windows binaries

2009-08-25 Thread Ken Dreyer
I had the problem too. My download stopped at 4,931,584 bytes. I'm using Firefox 3.5.2 on Fedora 11. wget yielded an interesting error. It paused and printed: 2009-08-25 20:24:19 (60.5 KB/s) - Connection closed at byte 4923392. Retrying. and continued the rest of the download successfully (gpg

Re: Analysis of the Apache web server code repository

2009-08-25 Thread William A. Rowe, Jr.
Bill Stoddard wrote: This is a very interesting and clever tool, but you probably just stepped on some toes around here, perhaps without realizing it. If you know anything about ASF culture, you know that we don't participate in projects as 'company representatives'. We participate as

Re: Sporadically broken Download for 2.2.13 windows binaries

2009-08-25 Thread William A. Rowe, Jr.
Although this would usually be an infra issue, and perhaps it is so I'm copying them as well, we do create that server that archive.a.o, www.a.o uses. Ken, we are presuming you were downloading from one of the two, and not from a mirror? Ranier was clearly using archive.a.o. Ken Dreyer wrote:

Re: Sporadically broken Download for 2.2.13 windows binaries

2009-08-25 Thread Ken Dreyer
I'm not sure about the Firefox test, but my wget test was indeed pulling from the same server, 140.211.11.130. I also saw what Ranier saw in that the Length: HTTP header was correct. - Ken On Tue, Aug 25, 2009 at 9:43 PM, William A. Rowe, Jr.wr...@rowe-clan.net wrote: Although this would

Re: svn commit: r807823 - /httpd/mod_fcgid/trunk/CHANGES-FCGID

2009-08-25 Thread William A. Rowe, Jr.
Chris Darroch wrote: wr...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=807823view=rev Log: suppose this would be worth noting Changes with mod_fcgid 2.3.1 + *) Complete the unix port to 2.3-dev trunk. [William Rowe] Thank you for all this work ... it's much