Mailinglist Archive: zypp-devel (83 mails)

< Previous Next >
Re: [zypp-devel] Way how separate download and install package
  • From: Stephan Kulow <coolo@xxxxxxx>
  • Date: Sat, 7 Jun 2008 21:35:16 +0200
  • Message-id: <200806072135.17625.coolo@xxxxxxx>
Am Samstag, 7. Juni 2008 schrieb josef reidiner:
Cristian Rodríguez napsal(a):
Lukas Ocilka escribió:
And moreover downloading and installing in threads is faster than
first downloading and then installing.

I guess you might want to look at libcurl "multi" implementation

{1} http://curl.haxx.se/libcurl/c/libcurl-multi.html

to make the downloading part parallel and reliable.

If I understand it, this is something different. It is multiple download
(good if you are faster then servers and also for small files on site
with bad latency)..but we need download and install (which is faster if
you doesn't have site at same speed as you hard disk :).

I would move all downloading into a download manager process that can be
queried over IPC once the main process is wanting to install the next package.

Greetings, Stephan
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx

< Previous Next >