Bitgate Server Software Environment 0.5.2 (Default branch) |
|
|
Tuesday September 18, 2007. 07:23 PM FreshMeat
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:
Major changes to the HTTP service so that vending of pages is now working almost 100%. A Keep-Alive bug has been fixed with both Firefox and Opera. The code has been updated so that HTTP Redirect and 404 errors are now working properly. HTTP output buffering has been fixed so that memory-based output is now working as it should. The next release should include an HTTP POST implementation.
|