分布式计算框架 libGlass
openkk
12年前
libGlass 提供了一组可伸缩的组件用来执行分布式计算。应用程序在需要的情况下被当作是可重用的组件。该框架适合新的应用程序,同时对一些老应用也同样可用,而无需去改写。
- Plugins:
- Synchronous shared memory;
- Distributed asynchronous events;
- Synchronization barriers;
- Remote aliases;
- Streaming;
- Protocols:
- TCP/IP;
- UDP/IP (unfinished);
- SCTP/IP (under development);
- Architectures:
- Client/Server;
- Pure peer to peer;
- Hierarchical;
- Bindings for:
- Java;
- SWIG (Python, Perl, etc, under development);