Jason wrote: > There is actually a complicated reason why it is like this. You see each > download process gets its own URL queue and http/ftp have different > download processes. It is difficult to serialize them as a single queue.
Why not run all the FTP downloads, then run all the http downloads? It can't be that hard to not start the http download process until the ftp one is done. -- #define X(x,y) x##y Peter Cordes ; e-mail: X([EMAIL PROTECTED] , ns.ca) "The gods confound the man who first found out how to distinguish the hours! Confound him, too, who in this place set up a sundial, to cut and hack my day so wretchedly into small pieces!" -- Plautus, 200 BCE

