共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > jabhttpd |
jabhttpd
|
1 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
This project implements a HTTP server based on Java NIO2.0 (AIO) . To contribute code, you need install JDK7 b76+.
This project is not suppose to support servlet API.It is used for concurrent communication server based on HTTP protocol.
Features:1.Keep-alive conection.2.Async read, pipe line write queue.3.Zero copy when send file to client.4.No servlet like api.5.Support PHP via fastCGI(chunked output)TODO:1.Elegant Logging2.Stable FastCGI support.3.Elegant server starting and stopping4.Configuration