- Implemented network-load-balancing and fail-over.
- Current support includes: Round-Robin with fail-over, Least-Connections with fail-over and Fail-over-Only.
- Resolved potential crash when under high-load due to insufficient event name randomness.
- Resolved potentially long shutdown times. This was due to an necessary lock which would need to time-out.
- Implemented the ability to edit bindings (double click) without removing then re-adding them.
|