Package: dosage
Version: 1.5.8-2
Severity: wishlist
Currently, I invoke mainline thusly:
mainline @
This causes comics to be updated in sequentially. This means that
when one comic is broken, and takes ages to time out, my network
connection is under-utilized.
Contrariwise, I have so many comics that if I do
for i in `find Comics/ -type d`
do (mainline ${i#Comics/} &)
done
it amounts to a fork bomb, and my system falls over. It would be nice
if mainline itself supported a simple switch like
mainline -j 4 @
which would cause it to start downloading four comics in tandem, and
only start another thread when one of those four finished or crashed.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dosage depends on:
ii python 2.4.4-6 An interactive high-level object-o
ii python-central 0.5.15 register and build utility for Pyt
dosage recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]