To Rdl off course,
I got a hunch your retry count is set to 0. Please check this in setup->connection options->retry count. Retry count = 10, retry delay = 5 minutes should be okay. This option is implemented in case a post is not yet complete. It tells ABZ to wait 5 minutes before trying to download again.
The server section seems to be one of the more complex features. But let me try to explain it in my words of how I would set up the server section. I hope I'm right about this...
I assume you've got a High bandwidth connection (say 10 - 20Mb/s), otherwise there is no need for using multiple primary servers.
Let's define 3 free servers:
Server max connection
FreeA, 4
FreeB, 4
FreeC, 1
and define 2 payservers:
PayA, 8
payB, 4
I want to download mostly with free servers, so I set them up as primaries:
Primary1: FreeA, 2
Primary2: FreeB. 2
Primary3: FreeC, 1
Now add the backupservers:
Prim1: FreeA, 2
Backup1.1: FreeB, 1
Backup1.2: PayA, 3
Backup1.3: PayB, 2
Prim2: FreeB, 2
Backup2.1: FreeA, 1
Backup2.2: PayA, 3
Backup2.3: PayB, 1
Prim3: FreeC, 1
Backup3.1: FreeA, 1
Backup3.2: FreeB, 1
Backup3.3: PayA, 2
Backup3.4: PayB, 1
This way there is always multiple downloading from 3 freeservers in parallel, acchieving a very high bandwidth!
If any of the free servers cannot find a particular file, it will search at first on another freeserver, and only at last on one of the 2 payservers.
First assume the answer to my previous question is yes, the connections of one particular server needs to be divided over more than one entries.
This means; all connections must be divided, (assuming the answer to my previous question is yes):
Free A has max connection of 4, so prim1 =2, both backup =1
Free B has max connection of 4, so prim2 =2, both backup =1
Free C can't be used as a backup server since only one connection is allowed.
PayA has max connection of 8, so bck1 =3, bck2=3 and bck3=2
PayB has max connection of 4, so bck1 =2, bck2=1 and bck3=1
Personally I believe two payservers is not necessary, one payserver should be enough.
Last but not least, bloggs_&_co you should post your logfile, so Rdl can take a better look into your problem.... :wink: