On Saturday 21 July 2001 09:16, Justin Erenkrantz wrote: > On Sat, Jul 21, 2001 at 08:07:50AM -0400, Jeff Trawick wrote: > > Here is my copy of the program. It seems to work properly whether or > > not apr_file_read() is used. > > Yup. Resetting the variable one did it. No problem here but my own > stupidity. > > Now the question is whether we should switch threaded MPM to use > apr_file_read rather than apr_recv? Does it make a difference?
We set that MPM to use the pipe as a socket so that we can use apr_poll on the pipe. The underlying apr_recv and apr_read are basically the same function, so it really shouldn't matter. Ryan _____________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] -----------------------------------------------------------------------------
