-
- Downloads
#62: created in memory archive request queues
Those queues will hold in memory the addition of the archive requests from several threads and them all in one go, in order to limit contention and round trips on the object store.
Showing
- objectstore/ArchiveRequest.cpp 12 additions, 0 deletionsobjectstore/ArchiveRequest.cpp
- objectstore/ArchiveRequest.hpp 1 addition, 0 deletionsobjectstore/ArchiveRequest.hpp
- scheduler/CMakeLists.txt 1 addition, 0 deletionsscheduler/CMakeLists.txt
- scheduler/OStoreDB/MemQueues.cpp 139 additions, 0 deletionsscheduler/OStoreDB/MemQueues.cpp
- scheduler/OStoreDB/MemQueues.hpp 78 additions, 0 deletionsscheduler/OStoreDB/MemQueues.hpp
- scheduler/OStoreDB/OStoreDB.cpp 4 additions, 18 deletionsscheduler/OStoreDB/OStoreDB.cpp
- scheduler/OStoreDB/OStoreDB.hpp 9 additions, 2 deletionsscheduler/OStoreDB/OStoreDB.hpp
Loading
Please register or sign in to comment