You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Dominik Ruf <do...@googlemail.com> on 2007/06/06 12:27:46 UTC

deactivate http-compression

Hi,

first I tried to activate the communication compression with mod_deflate on
a test repository.
But this caused the checkout of this repository to be slower (before: ca.
120 sec after: ca. 130 sec).

After this I played with the http-compression option on my client.
Since I set it to "no" the checkout is much faster (before: ca. 120 sec
after: ca. 90 sec).
If http-compression is on it takes a while until the actual downloading
begins and the server is doing a lot of CPU work.
If http-compression is off the client immediately starts downloading.

Now my question:
Is there a possibility to deactivate http-compression on the server so I
don't have to change it on every client?

Re: deactivate http-compression

Posted by Andy Levy <an...@gmail.com>.
On 6/6/07, Dominik Ruf <do...@googlemail.com> wrote:
> Hi,
>
> first I tried to activate the communication compression with mod_deflate on
> a test repository.
> But this caused the checkout of this repository to be slower (before: ca.
> 120 sec after: ca. 130 sec).
>
> After this I played with the http-compression option on my client.
> Since I set it to "no" the checkout is much faster (before: ca. 120 sec
> after: ca. 90 sec).
> If http-compression is on it takes a while until the actual downloading
> begins and the server is doing a lot of CPU work.
> If http-compression is off the client immediately starts downloading.
>
> Now my question:
> Is there a possibility to deactivate http-compression on the server so I
> don't have to change it on every client?

Have you tried disabling mod_deflate on the server?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org