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

Re: Svnserve still exiting randomly in threaded mode

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-05-18 20:56:37 CEST

On Tue, 2004-05-18 at 14:12, John Peacock wrote:
> I'm not micromanaging cycles by refusing to make an expensive call (especially
> constructing strings) if I can short circuit via a test; that's just good
> programming.

Constructing strings? Why would you have to construct any strings
specifically for logging? The final assembly would presumably be done
printf-style within the log function, and the arguments should generally
be ready-made.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 18 20:57:01 2004

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.