Changes between Version 68 and Version 69 of Processing
- Timestamp:
- Jun 24, 2010, 11:05:06 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v68 v69 116 116 == Stopping == 117 117 118 To stop the currentpantasks server do118 To stop a single pantasks server do 119 119 120 120 {{{ … … 131 131 == Starting == 132 132 133 Each {{{pantasks_server}}} uses the {{{input}}} file located in the directory where is in instantiated. It also uses the local{{{ptolemy.rc}}} file (this file details the machine where the server is to run).133 Each {{{pantasks_server}}} uses a local {{{input}}} and {{{ptolemy.rc}}} file (this file details the machine where the server is to run). 134 134 135 135 For already-running servers, {{{pantasks}}} should be started with the following commands only: 136 136 137 137 {{{ 138 139 138 pantasks_client: server input input 140 139 pantasks_client: setup … … 147 146 148 147 {{{ 149 150 148 check_system start.server 151 149 check_system start 152 150 }}} 153 154 151 155 152 The first command launches the {{{pantasks_servers}}} on the correct hosts the second calls the three commands listed above ({{{server input input;
