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

Re: Performance

From: Jon Bendtsen <jon.bendtsen_at_laerdal.dk>
Date: 2005-09-14 14:39:39 CEST

Den 14. sep 2005 kl. 14:12 skrev Ben Collins-Sussman:

>
> On Sep 14, 2005, at 3:18 AM, Jon Bendtsen wrote:
>
>>
>> I think .htaccess does matter, because i think the apache server
>> will see
>> alot of
>> get /svn/project/file1.txt
>> get /svn/project/file2.txt
>> get /svn/project/file3.txt
>> get /svn/project/file4.txt
>> get /svn/project/file5.txt
>> ...
>> get /svn/project/file111111.txt
>>
>> And it will probably check for the .htaccess file every time.
>>
>
>
> Nope. 'svn checkout' doesn't issue any GET requests. The whole
> tree is streamed back in a single http response.
>
> The whole .htaccess thing is circumvented and irrelevant; apache's
> main engine is out of the picture in this scenario. mod_dav_svn is
> wholly responsible for opening a bucket-brigade and streaming the
> response directly from the repository database.

So squid can not proxy the most requested files either ?
Or other http "accelerators" ?

JonB

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 14 14:43:17 2005

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.