Changes between Version 25 and Version 26 of ippToPsps_Database
- Timestamp:
- Apr 10, 2012, 1:02:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps_Database
v25 v26 81 81 === The {{{box}}} table === 82 82 === The {{{stripe}}} table === 83 84 When queuing, the sky is split up into equally size boxes. Because of the way the Dvo class ingests DVO files, it is more efficient for an instance of {{{loader.py}}} to process boxes in stripes so that any DVO files that overlap the boundary of two neighboring boxes can be retained when the next box-worth of DVO files is ingested. 85 86 The stripe table is where {{{loader.py}}} instances register that stripe that they are working on. New instances of {{{loader.py}}} look first for stripes that are not being processed by other clients, but failing that will choose the one with the most pending items. 83 87 === The {{{pending}}} table === 84 88
