Changeset 1838 for trunk/dll/init.h


Ignore:
Timestamp:
Aug 3, 2015, 12:14:21 AM (10 years ago)
Author:
Gregg Young
Message:

Serialize local hard drive scanning to reduce drive thrashing continue to scan all other drive types in separate threads. Ticket [561] Remove unneed SubbyScan code and improve suppression of blank lines and duplicate subdirectory name caused by running Stubby in worker threads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.h

    r1786 r1838  
    4141  30 Aug 14 GKY Add semaphore hmtxFiltering to prevent freeing dcd while filtering. Prevents
    4242                a trap when FM2 is shutdown while directory containers are still populating
     43  02 Aug 15 GKY Serialize local hard drive scanning to reduce drive thrashing continue to scan
     44                all other drive types in separate threads.
    4345
    4446***********************************************************************/
     
    238240extern HMTX hmtxFM2Delete;
    239241extern HMTX hmtxScanning;
     242extern HMTX hmtxScanningLocalHD;
     243extern HMTX hmtxScanningLocal;
    240244extern HMTX hmtxFiltering;
    241245extern HEV  hevTreeCnrScanComplete;
Note: See TracChangeset for help on using the changeset viewer.