Handling multiple requests simultaneously in one thread

2008-01-11 Thread Chris Dahl
Hi, I am trying to design a custom Apache module that will allow me to efficiently stream data over HTTP to clients. Since many clients will be receiving the same streamed data, I would prefer to not tie up a thread per client, and instead have a single thread serve a group of clients.

Re: Pre-release tarballs: Apache httpd 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread Jorge Schrauwen
+1 on win32 for me if I could vote libaprutil is still set to x64 instead of win32 when compiling under 2008 but I take this will get fixed in the win32 src package multicast.c is still broken using vs 2008 with the latest platform SDK, vs 2005 with the older platform SDK works fine! (there is a

[Resolved]Re: Problem with directives

2008-01-11 Thread karim Bendadda
Thank you Joe for your answer! I'm not sure port is the best one to use. Perhaps something more specific to your module, such as MyLDAPPort, or even relying on the ldaputil.c settings to set up that information for you. You are right, I have changed it It appears that someone's keyboard put in

Re: [VOTE] Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread Jim Jagielski
On Jan 11, 2008, at 9:09 AM, Jim Jagielski wrote: I am calling for a release VOTE on the above releases of Apache HTTP Server (1.3.41, 2.0.63 and 2.2.8). Pre-release tarballs of Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8 are available for download and test at:

[VOTE] Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread Jim Jagielski
I am calling for a release VOTE on the above releases of Apache HTTP Server (1.3.41, 2.0.63 and 2.2.8). Pre-release tarballs of Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8 are available for download and test at: http://httpd.apache.org/dev/dist/ Their availability does not constitute an

Re: [VOTE] Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread Jorge Schrauwen
[] Apache HTTP Server 1.3.41 [] Apache HTTP Server 2.0.63 [+1] Apache HTTP Server 2.2.8 (win32 + mac) -- ~Jorge

Re: [VOTE] initial release of httpd-mod_ftp-0.9.1

2008-01-11 Thread Guenter Knauf
Hi, Please fetch up the newly prepared httpd-mod_ftp-0.9.1.tar.gz, or the win32/netware/os2 suitable package httpd-mod_ftp-0.9.1-crlf.zip (and their md5/asc sigs), take it for a spin, and cast your choice There is one binding +1, no other votes. I count Guenter's +1 vote for removing

Re: Pre-release tarballs: Apache httpd 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread William A. Rowe, Jr.
Jorge Schrauwen wrote: libaprutil is still set to x64 instead of win32 when compiling under 2008 but I take this will get fixed in the win32 src package No; you set it; that is to say that visual studio is bugged, and VC6 .dsw did not specify per-project dependencies, VS .sln migration makes

Re: [VOTE] Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread David McCreedy
+1 for Apache HTTP Server 1.3.41 on TPF -David

Re: [VOTE] Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread Brad Nicholes
On 1/11/2008 at 7:09 AM, in message [EMAIL PROTECTED], Jim Jagielski [EMAIL PROTECTED] wrote: I am calling for a release VOTE on the above releases of Apache HTTP Server (1.3.41, 2.0.63 and 2.2.8). Pre-release tarballs of Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8 are available for

Re: [VOTE] initial release of httpd-mod_ftp-0.9.1

2008-01-11 Thread Guenter Knauf
Hi, Please fetch up the newly prepared httpd-mod_ftp-0.9.1.tar.gz, or the win32/netware/os2 suitable package httpd-mod_ftp-0.9.1-crlf.zip (and their md5/asc sigs), take it for a spin, and cast your choice There is one binding +1, no other votes. I count Guenter's +1 vote for removing

Hard to build httpd APR on OS X Leopard

2008-01-11 Thread Tim Bray
Disclosure: My autotools expertise is not that great. In fact, since I've been in Ruby Java mostly the last few years, I may be missing something obvious at the ld or gcc level. This is all with a fresh 2.2.6 tarball downloaded earlier this week. This note to both [EMAIL PROTECTED]

Fwd: svn commit: r608508 - /httpd/httpd/trunk/modules/loggers/mod_log_forensic.c

2008-01-11 Thread Eric Covener
-id = apr_psprintf(r-pool, %x:%lx:%x, getpid(), time(NULL), +id = apr_psprintf(r-pool, % APR_PID_T_FMT x:%lx:%x, getpid(), Stray 'x' in the new format string? No harm AFAICT. -- Eric Covener [EMAIL PROTECTED]

Re: svn commit: r611199 - in /httpd/httpd/trunk: CHANGES include/http_core.h modules/loggers/mod_logio.c

2008-01-11 Thread Takashi Sato
requires a minor bump? On Fri, 11 Jan 2008 15:07:57 - [EMAIL PROTECTED] wrote: Author: covener Date: Fri Jan 11 07:07:53 2008 New Revision: 611199 URL: http://svn.apache.org/viewvc?rev=611199view=rev Log: *) mod_logio: Provide optional function to allow modules to adjust the

Re: [VOTE] initial release of httpd-mod_ftp-0.9.1

2008-01-11 Thread William A. Rowe, Jr.
Guenter Knauf wrote: I wouldn't mind a test for httpd_conffile = , I think your patch leaves a bit more of a chance for a subtle make install failure. huh? what you mean? In my case httpd_conffile wasnt empty but pointed to a non-existant file On my systems, that would be a bug, and I

Re: Hard to build httpd APR on OS X Leopard

2008-01-11 Thread Jeff Trawick
On Jan 11, 2008 3:20 PM, Tim Bray [EMAIL PROTECTED] wrote: I got here because apr_global_mutex_create() was acting weird, so I wanted to step into it with the debugger. So I went to apr and did CFLAGS=-g ./configure make you had already built httpd 2.2.6 at this point, and it was using

Re: Hard to build httpd APR on OS X Leopard

2008-01-11 Thread William A. Rowe, Jr.
Henry Jen wrote: My guess is that you are not using the matching header files, perhaps you only fixed the -L option, but not the -I option for the header file. The other obvious question, did you also rebuild aprutil after you ./configure --with-apr=/usr/local/apr --prefix=/usr/local/apr

Re: Fwd: svn commit: r608508 - /httpd/httpd/trunk/modules/loggers/mod_log_forensic.c

2008-01-11 Thread Eric Covener
On Jan 11, 2008 5:04 PM, Ruediger Pluem [EMAIL PROTECTED] wrote: On 01/11/2008 10:32 PM, Eric Covener wrote: -id = apr_psprintf(r-pool, %x:%lx:%x, getpid(), time(NULL), +id = apr_psprintf(r-pool, % APR_PID_T_FMT x:%lx:%x, getpid(), Stray 'x' in the new format string? No

Re: [VOTE] initial release of httpd-mod_ftp-0.9.1

2008-01-11 Thread William A. Rowe, Jr.
Guenter Knauf wrote: on my box, a SuSE 10.1, the httpd-prefork.conf wasnt found, and thus the 'make install' broke I did then insert a test for the file (not sure if this is the correct way, but at least I could then get past this issue, and finish the build): You could simply override

Re: [VOTE] initial release of httpd-mod_ftp-0.9.1

2008-01-11 Thread Guenter Knauf
Hi, You could simply override make httpd_conffile=/filepath which is the preferred way. Long ago this should have become an independent apxs variable. ok. I wouldn't mind a test for httpd_conffile = , I think your patch leaves a bit more of a chance for a subtle make install failure. huh?

Re: Fwd: svn commit: r608508 - /httpd/httpd/trunk/modules/loggers/mod_log_forensic.c

2008-01-11 Thread Ruediger Pluem
On 01/11/2008 10:32 PM, Eric Covener wrote: -id = apr_psprintf(r-pool, %x:%lx:%x, getpid(), time(NULL), +id = apr_psprintf(r-pool, % APR_PID_T_FMT x:%lx:%x, getpid(), Stray 'x' in the new format string? No harm AFAICT. On purpose. Before we had hex aoutput of the pid (don't

Re: Hard to build httpd APR on OS X Leopard

2008-01-11 Thread Paul Querna
Tim Bray wrote: Disclosure: My autotools expertise is not that great. In fact, since I've been in Ruby Java mostly the last few years, I may be missing something obvious at the ld or gcc level. This is all with a fresh 2.2.6 tarball downloaded earlier this week. This note to both [EMAIL

Re: svn commit: r611199 - in /httpd/httpd/trunk: CHANGES include/http_core.h modules/loggers/mod_logio.c

2008-01-11 Thread Ruediger Pluem
On 01/11/2008 07:04 PM, Takashi Sato wrote: requires a minor bump? Yep. On Fri, 11 Jan 2008 15:07:57 - [EMAIL PROTECTED] wrote: Author: covener Date: Fri Jan 11 07:07:53 2008 New Revision: 611199 URL: http://svn.apache.org/viewvc?rev=611199view=rev Log: *) mod_logio: Provide

Re: [VOTE] Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread Ruediger Pluem
On 01/11/2008 03:09 PM, Jim Jagielski wrote: I am calling for a release VOTE on the above releases of Apache HTTP Server (1.3.41, 2.0.63 and 2.2.8). Pre-release tarballs of Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8 are available for download and test at:

Re: Fwd: svn commit: r608508 - /httpd/httpd/trunk/modules/loggers/mod_log_forensic.c

2008-01-11 Thread Ruediger Pluem
On 01/11/2008 11:13 PM, Eric Covener wrote: On Jan 11, 2008 5:04 PM, Ruediger Pluem [EMAIL PROTECTED] wrote: On 01/11/2008 10:32 PM, Eric Covener wrote: -id = apr_psprintf(r-pool, %x:%lx:%x, getpid(), time(NULL), +id = apr_psprintf(r-pool, % APR_PID_T_FMT x:%lx:%x, getpid(),

Re: [VOTE] Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread Paul Querna
Jim Jagielski wrote: I am calling for a release VOTE on the above releases of Apache HTTP Server (1.3.41, 2.0.63 and 2.2.8). Pre-release tarballs of Apache HTTP Server 1.3.41, 2.0.63 and 2.2.8 are available for download and test at: http://httpd.apache.org/dev/dist/ Their availability

Re: Pre-release tarballs: Apache httpd 1.3.41, 2.0.63 and 2.2.8

2008-01-11 Thread Jorge Schrauwen
On 1/11/08, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Jorge Schrauwen wrote: libaprutil is still set to x64 instead of win32 when compiling under 2008 but I take this will get fixed in the win32 src package No; you set it; that is to say that visual studio is bugged, and VC6 .dsw did

Re: svn commit: r611216 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_init.c ssl_engine_kernel.c ssl_engine_vars.c ssl_private.h

2008-01-11 Thread Ruediger Pluem
On 01/11/2008 05:04 PM, [EMAIL PROTECTED] wrote: Author: fuankg Date: Fri Jan 11 08:04:26 2008 New Revision: 611216 URL: http://svn.apache.org/viewvc?rev=611216view=rev Log: Restructured server name indication support (PR 34607); added missing client cert support. Submitted by: Kaspar