taskmldonkey, a multi-networks file-sharing client - Tasks: task #5408, Add option to push small files in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #5408: Add option to push small files in a easy way

Submitter:  Fabiano <fabtar>
Submitted:  Fri 14 Apr 2006 05:52:33 PM UTC
   
 
Category:  Core Priority:  5 - Normal
Status:  Works For Me Assigned to:  spiralvoice
Open/Closed:  Closed Should Start On:  Fri 14 Apr 2006 12:00:00 AM UTC
Should be Finished on:  Fri 14 Apr 2006 12:00:00 AM UTC

Mon 24 Apr 2006 02:25:39 PM UTC, comment #1: 

(untested)

pango <mlpango>
Group Member
Fri 14 Apr 2006 05:52:33 PM UTC, original submission:  

It is better to priorize small files cause the requests cause by wait time are bigger(cause an overhead in size) bigger than effective file transfer .
This is possible my manually configuring shares directory prio et similar.

From pango's suggestion:

...
shared_directories = [
...
  {     dirname = "/home/user/shared"
     networks = []
     strategy = all_small
     priority = 1
};
  {     dirname = "/home/user/shared"
     networks = []
     strategy = all_big
     priority = 0
};]
...

searches.ini:
Code:

...
customized_sharing = [
...
  (all_small, {       recursive = true
       extensions = []
       minsize = 1
       maxsize = 5242879
});
  (all_big, {       recursive = true
       extensions = []
       minsize = 5242880
       maxsize = 9223372036854775807
});]
...


It could be nice to introduce an option to automatically add this policy to all shared directories/files.
2 options, 1 for enable/disable feature , 1 option or field to set the threashold.
Perhaps could be added another otion to bound the effect..example 
maximum transmitted small files, or maximum accepted small files/per hour.

Fabiano <fabtar>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-04-30 mlpango Reassign ItemFrom group mldonkey, a multi-networks file-sharing client, task tracker To group mldonkey, a multi-networks file-sharing client, patch tracker
2006-04-30 mlpango CategoryOptions Manager Core
    Priority1 - Later 5 - Normal
    StatusNone Works For Me
    Assigned toNone spiralvoice
2006-04-24 mlpango Attached File- Added small_files_slot.patch, #9829

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code