duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] slowness+ ftp timeouts with 0.4.3-rc1


From: Nicolas Aspert
Subject: Re: [Duplicity-talk] slowness+ ftp timeouts with 0.4.3-rc1
Date: Wed, 30 May 2007 14:23:30 +0200
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)

Kenneth Loafman wrote:

> Patch 5183 had a problem in that it would open a new connection, and a
> new login, on every retry.  The change above was made so that it would
> not keep opening a new connection on every retry.  Now, once you are
> logged in, the connection is open and retries only retry the failed
> operation, and does not create a new concurrent login.
> 

That looks sound to me. Could it be that 0.4.3-rc1 is slow beyond reason
because it makes a lot more retries than 0.4.2+patch did ? (since it
reopens a new ftp connection upon timeout, it has the initial 300s
timeout). If this is a case, it may be a better strategy to close the
connection and reopen it if a timeout occurs.

What do you think about this ?

Regards
Nicolas




reply via email to

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