Changes between Version 170 and Version 171 of ippToPsps
- Timestamp:
- Oct 5, 2011, 3:19:41 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v170 v171 87 87 == Loading == 88 88 89 Loading 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 91 Any 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. 89 92 90 93 === Setting up a loading machine === … … 169 172 * it will ignore certain missing values, which would otherwise fail the batch 170 173 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.176 174 177 175 == Running {{{dvoToMySQL}}} ==
