Changes between Initial Version and Version 1 of Ticket #1440, comment 12


Ignore:
Timestamp:
2015-04-15T18:54:16Z (10 years ago)
Author:
dawuud
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1440, comment 12

    initial v1  
    11
    22OK I pushed more code into the same branch. I worked on the unit test for deduplicating uploads but so far only the mock test works ;-( Maybe Daira can help me figure this out?
     3
     4---
     5This is indeed incorrect.. and further more after some reflection I think it falls under the category of beginners mistake with regards to being a async interleave concurrency programming design error. ;-)
     6
     7I'm very interested in know about the advantages and disadvantages of a deferred-based-upload-queue versus an explicit queue like this one.