[MXS-2122] Immediately close the listening socket when a listener is destroyed Created: 2018-10-29 Updated: 2018-10-31 Resolved: 2018-10-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.3.0 |
| Fix Version/s: | 2.3.1 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
By closing the file descriptor early on in the listener destruction process, the listening socket can be reused by other applications. This allows repeated destruction and creation of listeners. |
| Comments |
| Comment by markus makela [ 2018-10-30 ] |
|
Destroying a listener now closes the socket immediately. |