TOrderedBufferQueue.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixes related to task pause/resume (CH-307).

  1. … 12 more files in changeset.
Made reader and writer threads responsible for waiting for on-the-fly buffers (CH-307).

  1. … 20 more files in changeset.
Buggy prototype of reader parallelization (CH-307).

  1. … 12 more files in changeset.
Integrated file object creation into the reader and writer objects (CH-307)

  1. … 21 more files in changeset.
Reader/writer cleanups (CH-307)

  1. … 19 more files in changeset.
Added better error-checking. Fixed several hang/crash scenarios. (CH-270)

  1. … 11 more files in changeset.
Decoupled overlapped completion functions from ReaderWriter object. Added notifications to ordered buffer to support correct linking between reader and writer. Various other cleanups. (CH-270)

  1. … 18 more files in changeset.
Replaced failed queue with simpler mechanism embedded in ordered queue (CH-270).

  1. … 13 more files in changeset.
Split ordered queue with position locking from simple version of ordered queue (CH-270).

  1. … 12 more files in changeset.
Added unit tests for remaining queues. Fixed writer to use failed queue instead of ordered queue. (CH-270)

  1. … 13 more files in changeset.
Added partial unit tests for TReadBufferQueueWrapper (CH-270).

  1. … 4 more files in changeset.
Various fixes in reader/writer handling (CH-270).

  1. … 17 more files in changeset.
Rough version of overlapped reader/writer split (CH-270).

  1. … 34 more files in changeset.
Moved overlapped file position management to reader/writer object. Simplified buffer ordering by using file position as the ordering key (instead of artificial order id). Isolated overlapped memory management to a separate class. Simplified code responsible for retrying reads and writes. (CH-270)

    • -0
    • +35
    ./TOrderedBufferQueue.cpp
  1. … 16 more files in changeset.