Re: sendfile in darwin

2008-05-08 Thread William A. Rowe, Jr.
Jim Jagielski wrote: Can anyone else confirm that r654186 (for apr-trunk) and r654186 (for apr-1.3) fixes sendfile to work under Darwin? In particular, both the perl-test framework for httpd as well as APR's test suite (and test/sendfile ) pass for me now. ggreer reports 9.2.2 Darwin Kerne

Re: sendfile in darwin

2008-05-08 Thread Roy T. Fielding
On May 8, 2008, at 1:07 PM, Jim Jagielski wrote: Can anyone else confirm that r654186 (for apr-trunk) and r654186 (for apr-1.3) fixes sendfile to work under Darwin? In particular, both the perl-test framework for httpd as well as APR's test suite (and test/sendfile ) pass for me now. I lo

Re: sendfile in darwin

2008-05-08 Thread Jim Jagielski
Can anyone else confirm that r654186 (for apr-trunk) and r654186 (for apr-1.3) fixes sendfile to work under Darwin? In particular, both the perl-test framework for httpd as well as APR's test suite (and test/sendfile ) pass for me now.

Unable to find library libgcc_s (apr 1.2.12)

2008-05-08 Thread Chakravarthula, Krishnamurthy
Experts, I get following error when I execute "make check" on HP Unix. Machine configuration is "HP-UX pnhpr003 B.11.11 U 9000/785 2008063892". I am using apr 1.2.12. and gcc version is 4.2.1. Please advice. testfilecopy: SUCCESS testfileinfo: SUCCESS testflock

Re: sendfile in darwin

2008-05-08 Thread Jim Jagielski
On May 7, 2008, at 5:58 PM, Geoff Greer wrote: Of course reverting the change (adding the rv=0 line again) causes the httpd tests to fail. The Darwin impl assumes that it is very much like FreeBSDs except for the variation in arguments and the fact that we "aren't sure" about the data countin

Re: sendfile in darwin

2008-05-08 Thread Jim Jagielski
On May 7, 2008, at 5:58 PM, Geoff Greer wrote: OK, so there are two problems here: 1. Timeout sockets are broken in r654185. To test this cd to apr/test, make, then run ./sendfile server & ./sendfile client timeout I cannot confirm that. Works fine here. % ./sendfile server & ./sendfile c

Re: sendfile in darwin

2008-05-08 Thread Dirk-Willem van Gulik
On May 7, 2008, at 11:58 PM, Geoff Greer wrote: 2. httpd on OS X sometimes hangs for a couple seconds. This could have many causes, including a kernel bug. I don't know what version of apr and httpd Dirk was using, but anything outside the 1.3 branch or trunk on 10.5 has sendfile disabled