Changes between Initial Version and Version 1 of Ticket #1440, comment 12
- Timestamp:
- 2015-04-15T18:54:16Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1440, comment 12
initial v1 1 1 2 2 OK 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 --- 5 This 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 7 I'm very interested in know about the advantages and disadvantages of a deferred-based-upload-queue versus an explicit queue like this one.