NetRouter v1.0.0.7

Version: 1.0.0.7
Status: Pre-release
Released: 2011-06-06
License: MIT License
No downloadable files are available for this release but you can obtain the source code from GitHub.
Source-Code

This is open source under the MIT License. You can obtain the source code for this specific version from GitHub or browse the releases for source code associated with specific versions. If you make any changes which you feel improves this application, please feel free to submit a pull - request.

Release Notes
  • 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.