Re: cvs commit: apr/threadproc/win32 proc.c

2001-07-13 Thread William A. Rowe, Jr.
From: [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 12:30 PM stoddard01/07/12 10:30:16 Modified:threadproc/win32 proc.c Log: Set the DETACHED_PROCESS creation flag * window we are starting in. And we had better redfine our * handles for STDIN,

lengths - brigades v.s. buckets.

2001-07-13 Thread William A. Rowe, Jr.
Ok, I'm back to fixing all the 64 bit off_t discrepancies in APR/Apache. Can we basically agree that a Bucket can never be bigger than apr_ssize_t? I've no problems with using apr_off_t for the length of a full Brigades itself. That means we can split a brigade on any apr_off_t, but would only

Re: cvs commit: apr/threadproc/win32 proc.c

2001-07-13 Thread Bill Stoddard
From: [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 12:30 PM stoddard01/07/12 10:30:16 Modified:threadproc/win32 proc.c Log: Set the DETACHED_PROCESS creation flag * window we are starting in. And we had better redfine our * handles

a patch for apr_sms_threads.h

2001-07-13 Thread Hiroyuki Hanai
hi, The included is a patch which will help you making httpd-2.0 successfully on such OSs as FreeBSD. Unless applying this patch, the correct apr.exports file cannot be created and the make fails when server/exports.c is being compiled. cheers, hiro hanai Index: apr_sms_threads.h

Exports, make_export.awk WAS: RE: a patch for apr_sms_threads.h

2001-07-13 Thread Sander Striker
hi, The included is a patch which will help you making httpd-2.0 successfully on such OSs as FreeBSD. Unless applying this patch, the correct apr.exports file cannot be created and the make fails when server/exports.c is being compiled. Oh dear, I got bitten by buildexports/make_export,

Re: lengths - brigades v.s. buckets.

2001-07-13 Thread Bill Stoddard
Ok, I'm back to fixing all the 64 bit off_t discrepancies in APR/Apache. Can we basically agree that a Bucket can never be bigger than apr_ssize_t? Is the bucked backed by RAM? If so, then I agree. file buckets that can be sent down the chain for use by sendfile should not have this

Re: Exports, make_export.awk WAS: RE: a patch for apr_sms_threads.h

2001-07-13 Thread Hiroyuki Hanai
Ciao Sander, $ awk -f build/make_export.awk include/apr_sms_threads.h APR_HAS_THREADS apr_sms_threads_create apr_sms_threads_create_ex /APR_HAS_THREADS As you can see this produces the correct output on my box. I can't imagine that awk on FreeBSD is generating something

Re: cvs commit: apr/locks/unix crossproc.c

2001-07-13 Thread Greg Ames
[EMAIL PROTECTED] wrote: BTW, the threaded MPM isn't starting up enough child processes (only 1). StartServers is 3 - is the count of 3 supposed to include the parent and the unixd child? no, StartServers and the other process related directives don't include the parent or our

Inherited Handles and APR

2001-07-13 Thread William A. Rowe, Jr.
After a respectable lunch at Boudin's, Ryan and I think we have the general answers to child handles. The apr_foo_open/create calls need an APR_INHERIT flag bit to mark resources as inheritable. This offers two advantages; 1. the app doesn't need to worry about fork/exec cleanups v.s.

FYI...

2001-07-13 Thread David Reid
Just to let folks know, I'm off to Havana tomorrow afternoon for a few days (back Wednesday) and won't be in contact at all! Yes, I'm not even taking my laptop :) When I get back I'll try to catch up, but have my 6 monthly check over the weekend so will be distracted until at least Sunday