[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Flush stdout more often

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2006-02-11 02:19:05 CET

>> I can't imagine that the flush is going to even show up in profiling...
>>
>
> It's an extra syscall for every line of output (imagine redirecting
> stdout to a file!). We've never needed it before...
>

Even in this case it would be nice to flush every line. Redirecting to a
file a long running operation is a way to create a log file of the
operation [1]. And it's nice to be able to do a "tail -f" on that. (Not
that I can think of any command which would take so long in subversion
that somebody would want to redirect it to a file and run it in
background...)

[1] = This flush would only be for status output, not for commands like
"svn cat" or "svn diff".

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 11 02:21:52 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.