Changes between Initial Version and Version 2 of Ticket #2412


Ignore:
Timestamp:
2015-10-29T02:22:27Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2412

    • Property Keywords magic-folder reliability added; magic folder removed
    • Property Component changed from unknown to code-frontend-magic-folder
    • Property Summary changed from teach drop uploader to use an iterative deque processing algorithm to Magic Folder: teach uploader to use an iterative deque processing algorithm
  • Ticket #2412 – Description

    initial v2  
    1 In my branch or in the current "magic folder" dev branch 2406.otf-objective-2.3.1-fix-upload-deque we have lazily evaluated upload deque implemented using recursing which may cause python's function call stack size limit to be imposed upon the functioning of the drop uploader deque. this means that the number of items that the uploader deque can process without an "empty" will be artificially limited.
     1In my branch or in the current "magic folder" dev branch 2406.otf-objective-2.3.1-fix-upload-deque we have lazily evaluated upload deque implemented using recursing which may cause python's function call stack size limit to be imposed upon the functioning of the uploader deque. this means that the number of items that the uploader deque can process without an "empty" will be artificially limited.