Page 1 of 1

Task Manager

Posted: Fri Jun 24, 2011 6:20 pm
by boston62
If you have items marked as Immediate, and other task marked as Normal, running a total of 20 task, shouldn't UE use all 20 task to download the items marked as Immediate first, until there is less than 20 left in that one marked Immediate? Then run the Normal task?

Re: Task Manager

Posted: Sun Jun 26, 2011 8:13 pm
by alex
Usually yes, unless you have several servers, e.g. immediate tasks exhausted all attempts on one server (e.g. no such article), then normal tasks may be downloaded from that server even as immediate tasks are still being downloaded from another server.

In short should be some explanation, the program just goes through the queue starting from the topmost entry and there is a reason why it couldn't accomodate those immediate priority entries and since there were still available tasks slots it used them to start downloading lower priority entries.

Re: Task Manager

Posted: Sun Jun 26, 2011 8:20 pm
by boston62
alex wrote:Usually yes, unless you have several servers, e.g. immediate tasks exhausted all attempts on one server (e.g. no such article), then normal tasks may be downloaded from that server even as immediate tasks are still being downloaded from another server.

In short should be some explanation, the program just goes through the queue starting from the topmost entry and there is a reason why it couldn't accomodate those immediate priority entries and since there were still available tasks slots it used them to start downloading lower priority entries.
Thank you