IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 188 and Version 189 of ippToPsps


Ignore:
Timestamp:
Mar 9, 2012, 12:35:32 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v188 v189  
    101101[[Image(new3pi_P2_2012_0308_135938.png)]]
    102102== loader.py ==
     103
     104{{{loader.py}}} programs actually process the data and upload it to the datastore for PSPS. They look to the queue tables in the {{{ippToPsps}}} database for a list of items to process. They first attempt to process a stripe of RA (from the [wiki:ippToPsps_Database#Thestripetable stripe table]) that is not being processed by any other {{{loader.py}}} client. If all available stripes have already been reserved, then it chooses the stripe with the largest number of pending items.
     105
     106With a stripe chosen, {{{loader.py}}} obtains a list of box_ids (each stripe is sub-divided into boxes). It works its way through each box, processing all pending items.
    103107== metrics.py ==
    104108== cleanup.py ==