Changes between Version 6 and Version 7 of UserGuidelines/Admin/Synchronization
- Timestamp:
- 09/24/11 19:26:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/Synchronization
v6 v7 21 21 === Worker === 22 22 23 The s ynchronization jobs are performed by a separate asynchronous web2py ''worker'' process at the local site.23 The scheduled synchronization jobs are performed by a separate asynchronous web2py '''worker''' process at the local site. 24 24 25 T he worker process, open a shell on the local server, change into the web2py home directory and run:25 To start the worker process, open a shell on the local server, change into the web2py home directory and run: 26 26 27 27 {{{ … … 31 31 ''(replace "eden" with the name of your Sahana Eden application)'' 32 32 33 In more advanced configurations you may want to run this command as a daemon process, e.g. by: 34 35 {{{ 36 nohup python web2py.py -K eden -Q >/dev/null 2>&1 & 37 }}} 38 39 ...and/or implement a shell script to re-spawn the worker process automatically. 40 33 41 ---- 34 42 35 43 See [wiki:S3/Synchronization] 36 44 See [wiki:S3/Synchronization] 45 See [wiki:S3/Synchronization]