Re: [PATCH] remote-bzr: reuse bzrlib transports when possible

2013-09-07 Thread Richard Hansen
On 2013-09-07 20:30, Felipe Contreras wrote: > On Sat, Sep 7, 2013 at 7:02 PM, Richard Hansen wrote: >> On 2013-09-07 19:58, Richard Hansen wrote: >>> Pass a list of open bzrlib.transport.Transport objects to each bzrlib >>> function that might create a transport. This enables bzrlib to reuse >>>

Re: [PATCH] remote-bzr: reuse bzrlib transports when possible

2013-09-07 Thread Felipe Contreras
On Sat, Sep 7, 2013 at 7:02 PM, Richard Hansen wrote: > On 2013-09-07 19:58, Richard Hansen wrote: >> Pass a list of open bzrlib.transport.Transport objects to each bzrlib >> function that might create a transport. This enables bzrlib to reuse >> existing transports when possible, avoiding multip

Re: [PATCH] remote-bzr: reuse bzrlib transports when possible

2013-09-07 Thread Felipe Contreras
On Sat, Sep 7, 2013 at 6:58 PM, Richard Hansen wrote: > Pass a list of open bzrlib.transport.Transport objects to each bzrlib > function that might create a transport. This enables bzrlib to reuse > existing transports when possible, avoiding multiple concurrent > connections to the same remote s

Re: [PATCH] remote-bzr: reuse bzrlib transports when possible

2013-09-07 Thread Richard Hansen
On 2013-09-07 19:58, Richard Hansen wrote: > Pass a list of open bzrlib.transport.Transport objects to each bzrlib > function that might create a transport. This enables bzrlib to reuse > existing transports when possible, avoiding multiple concurrent > connections to the same remote server. > >