I think Marius is correct, apt-get will spawn child process, one for each repository, hoever, when downloading and installing via &quot;apt-get install&quot; there should only be one http process running to retrieve the application for install.<br>
<br>Denis&nbsp; <br><br><div class="gmail_quote">On Mon, Jul 14, 2008 at 7:06 AM, Marius Vollmer &lt;<a href="mailto:marius.vollmer@nokia.com">marius.vollmer@nokia.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&quot;ext Zhenghe Zhang&quot; &lt;<a href="mailto:Zhenghe.Zhang@plenware.com">Zhenghe.Zhang@plenware.com</a>&gt; writes:<br>
<br>
&gt; If you want to download three packages ,you will see three processes of<br>
&gt; &quot;/usr/lib/apt/methods/http&quot;. And if you want to download ten package<br>
&gt; ,you will see ten processes.<br>
<br>
</div>I don&#39;t think this is true. &nbsp;Apt-get will use one &quot;http&quot; process per server<br>
for parallel downloading, not one per package.<br>
<div class="Ih2E3d"><br>
&gt; I want to ask you about controling the processes of &quot;http&quot;.I would like<br>
&gt; to limit the number of the process when download many packages.<br>
<br>
</div>You can use the Acquire::Queue-Mode setting. &nbsp;See the &quot;apt.conf&quot; man<br>
page.<br>
<br>
Since we have so many repositories and since that seems to cause some<br>
problems, we should probably use<br>
<br>
 &nbsp; &nbsp;Acquire::Queue-Mode &quot;access&quot;;<br>
<br>
by default.<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
maemo-users mailing list<br>
<a href="mailto:maemo-users@maemo.org">maemo-users@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-users" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-users</a><br>
</div></div></blockquote></div><br>