Changes between Version 208 and Version 209 of ippToPsps
- Timestamp:
- Mar 21, 2012, 3:36:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v208 v209 96 96 The {{{./run.sh}}} prefix above is necessary to invoke the correct Java virtual machine, while including the relevant jar files in the CLASSPATH (all included in the {{{trunk/ippToPsps/Jars}}} subdir). Programs that require any extra arguments will prompt the user. 97 97 98 All {{{ippToPsps}}} programs register with the {{{ippToPsps}}} database upon start-up, adding a row in the [wiki:ippToPsps_Database#Theclientstable {{{clients}}}table]. While running, all programs routinely check the {{{ippToPsps}}} database to check for changes in the config, or to see if they should be paused or stopped.98 All {{{ippToPsps}}} programs register with the {{{ippToPsps}}} database upon start-up, adding a row in the [wiki:ippToPsps_Database#Theclientstable clients table]. While running, all programs routinely check the {{{ippToPsps}}} database to check for changes in the config, or to see if they should be paused or stopped. 99 99 100 100 All programs catch Ctrl-C for clean exiting, and all programs write a log to stdout as well as to file, the location of which is set in the [browser:trunk/ippToPsps/config/settings.xml settings file] 101 101 102 * '''{{{console.py}}}''' - a GUI for high-level management of loading 102 103 * '''{{{queue.py}}}''' - for queueing up data to process for a given config 103 104 * '''{{{loader.py}}}''' - to actually process and load the queued data in the form of ''batches''
