parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to test the output of gnu parallel


From: Jay Hacker
Subject: Re: How to test the output of gnu parallel
Date: Tue, 18 Sep 2012 16:30:44 -0400

If you are trying to spider an FTP site, you would be better off just using plain wget or a purpose-built multi-threaded spidering tool like Heritrix.  The network overhead of setting up new connections would likely dwarf any benefit from parallelism, especially in the case of many small files, the only case you stand a chance of being cpu- rather than bandwidth-limited anyway -- to say nothing of avoiding attempts to download files that don't exist.  Keep it simple.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]