Comment 6 for bug 648294

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 648294] Re: TooManyConcurrent Requests and Crash after accessing User Configuration while viewing a checkout bound via bzr+ssh

Martitza пишет:
> On Mon, Sep 27, 2010 at 12:24 AM, Alexander Belchenko
> <email address hidden>wrote:
>
>> Side note: I'm getting sick of TooManyConcurrentRequests problems in
>> Explorer. There is something fundamentally wrong here. Either in
>> Explorer design or in the underlying bzr smart server model. Or maybe in
>> the bound branches. I don't know.
>>
>>
> @Alexander: Your comment above sums up my users' opinions as well. This
> kind of error is probably occurring too frequently. I have not looked at
> the code, but maybe this is an opportunity to factor something out of
> qconfig which does not need to be there. If I had to guess, I'd say the
> smart server is not involved, unless Bazaar Explorer is deliberately poking
> it. My original reason for opening Settings > Configuration > User
> Configuration was only to change my 'bzr whoami' information. You can
> imagine how surprised I was to get an SSH error for what should be a local
> operation.

Oh, I think I know why you get this problem with qconfig. You just
said that: whoami! Whoami could be set for branch level, therefore
there could be branch.conf involved. I need to check this guess...