| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
This is done when the port initializes, so it will work automagically
when the binary dies and can be restarted by the port supervisor.
|
|
|
|
|
|
|
|
| |
Pass timeout down to port level, and if the communication times out,
kill the port and let the supervisor restart it.
Also stub in select_count and param_query, conveniently used to test
timing out.
|
|
|
|
|
| |
Don't shut down during a call, but deliver a connection_closed message
instead. Restart the port automatically.
|
|
1) Owner process dies - shut down connection cleanly.
2) Port driver dies - restart port driver
|