IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 170 and Version 171 of ippToPsps


Ignore:
Timestamp:
Oct 5, 2011, 3:19:41 PM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v170 v171  
    8787== Loading ==
    8888
     89Loading data from IPP to PSPS means running an instance of the {{{load.py}}} program. It is possible, and usually necessary, to run multiple versions of {{{load.py}}}. The code has been designed so that the user can start as many clients as he or she likes, and they will run concurrently without causing any problems. Note, however, that clients on machines where the DVO database is not on a local disk will run more slowly due to the increased burden of accessing DVO over the network.
     90
     91Any number of clients can run concurrently on any number of hosts, so long as they have a local 'scratch' database set up properly, as detailed below.
    8992
    9093=== Setting up a loading machine ===
     
    169172 * it will ignore certain missing values, which would otherwise fail the batch
    170173
    171 === Multiple 'clients' ===
    172 
    173 It is possible, and usually necessary, to run multiple versions of {{{load.py}}}. The code has been designed so that the user need simply run the program as described above. Any number of clients can run concurrently on any number of hosts, so long as they have a local 'scratch' database set up properly (see above).
    174 
    175 Note that clients on machines where the DVO database is not on a local disk will run more slowly due to the increased network reading of DVO data files.
    176174
    177175== Running {{{dvoToMySQL}}} ==