没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > clusterengine |
clusterengine
|
0 | 0 | 3 |
贡献者 | 讨论 | 代码提交 |
The goal of CluE (Cluster Engine) project is to create a scalable web service running on clusters. Processes on different nodes of clusters talk to each other by MPI (Message Passing Interface). This project is written in C to avoid overhead and to approach maximum efficiency.
CluE can also be run on shared memory multi-CPU architects or single CPU machines, as long as MPI is installed.
Features:Static file service CGI (GET and POST methods) FastCGI PHP (via FastCGI) Directory indexing (items are sorted in ascending alphabetic order) Load balancing A simple URLRewrite logging (locally by nodes to cut down communication cost between root and other nodes) At current stage, several PHP applications such as WordPress and PHPMyAdmin can be installed and run flawlessly on CluE.
Planned:Support all http status codes Configuration file reading module (XML?) Modularization Documents