欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
JFox Cluster
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
JFox Cluster 为 [[JFox]] 的高可靠行和可扩展性提供了强大的技术基础. | JFox Cluster 为 [[JFox]] 的高可靠行和可扩展性提供了强大的技术基础. | ||
− | ==JFox Cluster | + | 目前 JFox Cluster 还不稳定, 正在开发和测试中, 还不可交付, 敬请等待. |
+ | |||
+ | ==认识集群== | ||
+ | *分布式计算的延伸 | ||
+ | * 传统的分布式计算,强调服务器端对客户端的透明 | ||
+ | * 集群强调服务器端可由多台服务器提供服务,同时仍然对客户端透明 | ||
+ | * 分布式计算是对传统计算模式的分布,集群计算是对分布式计算Server端的再分布 | ||
+ | |||
+ | ==JFox Cluster 实现内容== | ||
提供的基础功能 | 提供的基础功能 | ||
第97行: | 第105行: | ||
==相关文档== | ==相关文档== | ||
− | * http://www.huihoo.org/jfox/jfox-cluster.ppt | + | * JFox Cluster PPT文档 http://www.huihoo.org/jfox/jfox-cluster.ppt |
2006年9月12日 (二) 00:37的版本
JFox Cluster 为 JFox 的高可靠行和可扩展性提供了强大的技术基础.
目前 JFox Cluster 还不稳定, 正在开发和测试中, 还不可交付, 敬请等待.
目录 |
认识集群
- 分布式计算的延伸
* 传统的分布式计算,强调服务器端对客户端的透明 * 集群强调服务器端可由多台服务器提供服务,同时仍然对客户端透明 * 分布式计算是对传统计算模式的分布,集群计算是对分布式计算Server端的再分布
JFox Cluster 实现内容
提供的基础功能
- Load Balance
--WEB - Http Request Redispatcher (Apache+Mod_JK/Pen)
--EJB - EJB Smart Stub
- Fail-over
--WEB - HttpSession Replication Manager
--EJB - Bean Replication Manager
需要实现集群的容器
- Clusterable JNDI Container
- Clusterable Web Container
- Clusterable EJB Container
--Stateless SessionBean 不需要Session Replication
- Clusterable Message Container
JFox Microkernel
JFox IoC Kernel
- IoC based, Modular Ready.
- POJO Remote Invocation
- Multi-Protocol transport
- Cluster Ready
--内核级集群支持,已经定义好了集群框架及API,开发容器的时候,只要实现ClusterableContainer 接口,即具备集群功能
--Support Smart Dynamic Proxy Stub
JFox Remote Invoking Model
- ConnectorInvoker + ConnectorRemote + HandlerManager + Handler + Container
- Port Reuse
- 可以根据需要增加协议,增加其它类型容器
- 分布式计算分为两个过程,分布和计算,考虑 Local 协议
JFox EJB Cluster Model
- 增加ClusterServer,ClusterContainer
JFox EJB Smart Stub
- Client 从集群中的节点创建的Stub含有多个Remote,并且能够在默认Remote 不工作的情况切换到能工作的Node
JFox Web Cluster Model
- Replace Web Server HttpSession Container with ClusterableHttpSessionContaine
JFox Cluster 优势
- 统一Handler+Container架构,扩展性强
- 基于方法调用实现集群,比完全基于内容集群更灵活
基于数据,会有定时、对象检查等问题
- 配置简单(做到集群系统和单机系统编码无关性)
- Web Container 和 EJB Container可分离
- 集群能力与协议无关(支持任何调用协议)
正确认识集群
- 集群不是一项简单的技术
- 集群也没有想象的那么复杂
- 从应用角度来讲,尽可能把集群看得简单些
- 实现集群的基本功能比较简单,但要实现精确的可靠的集群非常复杂
相关文档
- JFox Cluster PPT文档 http://www.huihoo.org/jfox/jfox-cluster.ppt
分享您的观点