aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl_port_sup.erl
Commit message (Collapse)AuthorAgeFilesLines
* Remove port module and port supervisorBrian Cully2012-02-091-13/+0
|
* Move start_link out of port_supBrian Cully2012-02-091-5/+0
|
* Remove stupid lib directoryBrian Cully2012-02-061-0/+18
|
* Move most files into lib, add top-level makefileBrian Cully2012-02-061-18/+0
|
* Don't pass in DB connection params on CLI, but do it after process has spawned.Brian Cully2008-07-281-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 Cully2008-03-021-0/+16
1) Owner process dies - shut down connection cleanly. 2) Port driver dies - restart port driver