Changes between Version 200 and Version 201 of ippToPsps
- Timestamp:
- Mar 9, 2012, 2:45:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v200 v201 128 128 129 129 Because it is possible, and usual, to run multiple versions of {{{loader.py}}} (in order to speed up loading time), the method to begin processing a new batch is part of a critical section. This simply means that the 'batch' table in the {{{ippToPsps}}} database is locked by a client looking for a new item to process, then released afterwards, ensuring that two separate {{{loader.py}}} instances do not attempt to process the same item. 130 131 == pollodm.py == 132 133 {{{pollodm.py}}}'s job is to poll the PSPS ODM webservice to establish the status of each batch as it passes through the PSPS system. Gathering this information allows {{{cleanup.py}}} to know when it can delete existing copies of batches. 134 135 == cleanup.py == 136 130 137 == metrics.py == 131 138 … … 165 172 166 173 }}} 167 == cleanup.py == 168 == pollodm.py == 174 169 175 == plotter.py == 170 176
