Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stupid lib directory | Brian Cully | 2012-02-06 | 1 | -0/+18 |
| | |||||
* | Move most files into lib, add top-level makefile | Brian Cully | 2012-02-06 | 1 | -18/+0 |
| | |||||
* | Don't pass in DB connection params on CLI, but do it after process has spawned. | Brian Cully | 2008-07-28 | 1 | -7/+9 |
| | | | | | This is done when the port initializes, so it will work automagically when the binary dies and can be restarted by the port supervisor. | ||||
* | Change supervision heirarchy to allow ports to support: | Brian Cully | 2008-03-02 | 1 | -0/+16 |
1) Owner process dies - shut down connection cleanly. 2) Port driver dies - restart port driver |