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

Re: Very basic traffic measurement for svnserve?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-02-28 18:07:16 CET

Molle Bestefich wrote:
> Do what everybody else does and output errors and warnings to:
>
> - Syslog if running on Unix

This is a slight exaggeration, since Apache (for example) has it's own logging
subsystem and doesn't use Syslog at all (though I think you can make it use
syslog if you want). AFAIK, this is due to the known issues with classical
syslog's behavior under extreme load.

> - Eventlog if running on Windows (cmon, it's like 1-2 lines of code & it
> makes you instantly compatible with what everybody else does)

Eventlog has it's own problems (like not including file rotation, so the log
file can fill up).

There is no reason to limit _this_ project to a single logging scheme. If the
logging subsystem is pluggable, then it can support all of these schemes without
bias towards any.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 28 18:06:45 2005

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.