Re: [2.0.48] ap_log_error slow on win32

2004-01-19 Thread Stas Bekman
Kurt George Gjerde wrote: Hi, Tested under mod_perl 2 I found $r->log_error (interface to ap_log_error) to be substantially slower than printing directly to STDERR. Is this a known problem? Please see: http://www.mail-archive.com/dev%40perl.apache.org/msg06003.html Make sure to read the followu

how to tell one request from another inside a connection filter over keep-alive connection

2004-01-19 Thread Stas Bekman
If I'm inside an input connection filter and want to be able to tell one HTTP request from another what should I do? Counting Content-length is ineffective, and a won't work if C-L header is wrong. I can tell the end of HTTP headers section from the request body, by matching /^[\r\n]$/ while re

Re: httpd-2.1 segfaults at startup

2004-01-19 Thread Joe Orton
On Tue, Jan 13, 2004 at 06:31:18PM -0600, Art Haas wrote: > Hi. > > I've been building and using what will be httpd-2.1 for months. Just > within the last week or two, my builds have all failed when I try to run > them. As others are certainly running the CVS head builds without > problems, I'm ho

[2.0.48] ap_log_error slow on win32

2004-01-19 Thread Kurt George Gjerde
Hi, Tested under mod_perl 2 I found $r->log_error (interface to ap_log_error) to be substantially slower than printing directly to STDERR. Is this a known problem? Please see: http://www.mail-archive.com/dev%40perl.apache.org/msg06003.html [Apache/2.0.48 (Win32) (downloaded binary from apache.o