comparison README.txt @ 17:6aaf70296c5a

move to supervisor for operations
author Jeff Hammel <k0scist@gmail.com>
date Sun, 25 Jun 2017 15:12:05 -0700
parents d1b99c695511
children 811adc9736eb
comparison
equal deleted inserted replaced
16:4583d0d9331a 17:6aaf70296c5a
82 `Paste` was used to create a pass-through fileserver. 82 `Paste` was used to create a pass-through fileserver.
83 It's multi-threaded server also made testing easier. 83 It's multi-threaded server also made testing easier.
84 84
85 ## Deployment notes 85 ## Deployment notes
86 86
87 `supervisor` (http://supervisord.org/) was used to ensure
88 a continuously running web daemon. The included
89 `globalneighbors.ini` should be copied to the appropriate
90 supervisor directory and the service loaded.
91
87 - parallelism: the distance calculation is done serially. As such 92 - parallelism: the distance calculation is done serially. As such
88 it is a `O(10^10)` operation on the dataset. This should be improved 93 it is a `O(10^10)` operation on the dataset. This should be improved
89 and parallelized 94 and parallelized
90 95
91 96