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

Re: svn log using apache is SLOW

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Thu, 13 Mar 2008 08:37:05 +0100

On Wed, Mar 12, 2008 at 11:48 AM, Jon Bendtsen <jbendtsen_at_laerdal.dk> wrote:
> On 10/03/2008, at 18.37, Phil Endecott wrote:
>
>
> > Jon Bendtsen wrote:
> >> Hi
> >>
> >> My apache 2.0 based subversion 1.4 is quite slow at doing svn log
> >> commands.
> >
>
> > Mine too, though probably not as slow as yours (see below).
>
> svnserve is fast, very fast.

Yes. We know svnserve is much faster than Apache. Much of that has to
do with the protocol they use: svnserve uses a statefull protocol with
a single connection, whereas Apache uses a stateless protocol which
allows only one request per connection.

In the past there have been speed comparisons between the two. Maybe
you can search the archives to give you some idea of what is expected
to be normal?

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-13 08:37:34 CET

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

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