On Sat, Mar 24, 2001 at 03:00:05PM +0100, Viktor Peters wrote:
> Is there a way, so lftp reuses already existing connections to servers?

It does reuse connections. But server can close the connection itself.

> Anathor question: I want to run two simultaneous during the whole (slow)
> session, but how manage this with the queue?
> An example:
> > mget -c blabla1*.tar.gz &      <--- starts job 1
> > mget -c blabla2*.tar.gz &      <--- starts job 2
> 
> And now?
> 
> > queue wait 1      <-- or 2?  I cannot guess (at runtime), which job
> would be ready at first.
> > queue mget -c blabla3*.tar.gz
> > queue mget -c blabla4*.tar.gz

It is not very hard to add support for waiting for a set of jobs. BTW,
maybe `wait all' can help just now.

Also consider `set net:connection-limit N'.

-- 
   Alexander.

Reply via email to