Changes between Version 48 and Version 49 of Processing
- Timestamp:
- Apr 23, 2010, 3:17:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v48 v49 91 91 == Stopping == 92 92 93 To stop the current pantasks server do 94 95 {{{ 96 pantasks: stop 97 }}} 98 93 99 To shut down all {{{pantasks_server}}} instances, use 94 100 … … 99 105 100 106 == Starting == 107 108 To start a single pantasks server do 109 110 {{{ 111 pantasks: run 112 }}} 101 113 102 114 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).
