Bitgate Server Software Environment 0.8.0 (Default branch) |
|
|
Bitgate Server Software Environment aims to build a multi-protocol application environment in which server
protocol handlers can be eventually loaded and unloaded on the fly using a center console or controller Web page. It aims to have 99.9% uptime, and have high-availability compliance. It is written in Java 6, and relies completely on Java's I/O functionality to provide non-blocking support for both SSL and non-SSL sockets (without having to know how to use SSLEngine). All configuration is done via XML files, as this is easier to maintain. It includes a minimal demonstration HTTP server.
License: Common Public License
Changes:
This release added H2 database support, htaccess support via an internal database, various code optimizations, and more thread-safe changes. Initial file post support was included.
|