Ticket #13 (closed defect: fixed)
add pid file in environment directory
| Reported by: | msfrank | Owned by: | msfrank |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.1 |
| Component: | core | Version: | |
| Keywords: | Cc: |
Description
its probably not a good idea for two instances of higgins to run out of the same environment directory. specifically, sharing the database file is not good, but sqlite doesn't seem to warn if this happens (or django is ignoring an exception). the easy fix is to have higgins check for a .pid file in the environment directory. this also has the nice side effect of making it easy for scripts to shut down higgins.
Change History
Note: See
TracTickets for help on using
tickets.
