emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: http access to source code


From: Lennart Borgman
Subject: Re: http access to source code
Date: Thu, 22 Jul 2010 18:08:37 +0200

On Thu, Jul 22, 2010 at 4:32 PM, Stefan Monnier
<address@hidden> wrote:
>> This sorry sorry-thank-you page has been thanking us for our patience for a
>> _very_ long time now.
>
> Have you tried to access that page a few times in a row.  I've seen this
> message as well, but if I retry right away, it usually works (my mental
> model to explain it: the Emacs repository is so large that it takes too
> long to swap it in, so the webserver timeouts and gives an error even
> though the operation actually works fine, so if you try it again right
> away, it can work because some of the data is already swapped in and
> the whole process can then finish before the timeout).


So you mean that the whole tree structure has to be swapped in to
access a single directory or file? Is that the web server interface of
bazaar that has this kind of problem?

I would guess that the problem is within bazaar (because of
optimizations perhaps have been made against single goals there, but
this is just my guess). In that case the cure would be caching the
tree structure.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]