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

Re: svnservectl ?

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-06-02 21:09:48 CEST

On Mon, Jun 02, 2003 at 11:58:29AM -0400, Greg Hudson wrote:
> On Mon, 2003-06-02 at 03:08, Greg Stein wrote:
> > Heh. Threaded server, a control script, etc etc. What's next? TCP_CORK?
> > Nagle algorithm? Logging? Configuration systems?
>
> I will remind you that TCP_CORK is only useful if you're about to call
> sendfile(), which we never do in either mod_dav_svn or in svnserve. The
> Nagle algorithm is a kernel thing we don't have to pay attention to.
> The other things you mention are unlikely to get svnserve to a tenth the
> bulk of Apache.
>
> So, as cheap shots go, this one isn't very good. :)

LOL

Actually, you probably *do* need to deal with Nagle. Apache disables the
darned thing on its sockets. See the commentary in ap_sock_disable_nagle()
in httpd-2.0/server/mpm_common.c.

But I just had to poke at you a *little* bit :-). I'm waiting for the SASL
integration, threaded operation, etc to get into svnserve. Then we'll rerun
those line counts you did a while back ;-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 2 21:06:56 2003

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.