On Fri, Jul 12, 2002 at 08:16:03PM -0700, Aaron Bannert wrote: > On Fri, Jul 12, 2002 at 07:57:45PM -0700, Justin Erenkrantz wrote: > > To make a certain functionality of Subversion more efficient (namely > > svnadmin load), stdin should be allowed to be buffered. > > > > Would anyone have any problems if I commit this? > > > > The other question is how to get stdin buffered from the client. Do > > we modify apr_file_open_stdin() to take a flag, or do we have to do a > > apr_file_open_stdin(), apr_os_file_get(), apr_os_file_put() with > > the buffered flag? -- justin > > Hmm...I would expect stdin to be buffered by default, is this not > the case? Typically stdin and stdout is buffered, and stderr is > optionally nonbuffered.
In case it wasn't obvious, +1 to the idea. :) -aaron
