[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: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-02-28 19:41:28 CET

On Mon, 2005-02-28 at 08:41, Ben Collins-Sussman wrote:
> Ugh. We need to stay portable, and I'm dreading the thought of both
> syslogd-specific Unix calls and win32-logging-API calls in our code.
> Why not keep it simple? Why not just write data to our own private
> logfiles, just like apache does? Is the problem really so complex that
> we need to use OS-specific APIs?

It kinda is, if we want to do a good job.

But I don't want svnserve handling that full complexity. It's my
position that apr and apr-util should be doing all the heavy lifting of
writing a network daemon, and Subversion should simply be taking
advantage of it. There's already too much code in svnserve and ra_svn
which isn't specific to Subversion.

Of course, actually extending apr and apr-util to do that heavy lifting
requires careful design and no small amount of work. So the current
reality is that svnserve is a rather anemic daemon.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 28 19:42:50 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.