IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 200 and Version 201 of ippToPsps


Ignore:
Timestamp:
Mar 9, 2012, 2:45:55 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v200 v201  
    128128
    129129Because 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
    130137== metrics.py ==
    131138
     
    165172
    166173}}}
    167 == cleanup.py ==
    168 == pollodm.py ==
     174
    169175== plotter.py ==
    170176