码迷,mamicode.com
首页 >  
搜索关键字:cluster(2)    ( 3483个结果
群集种类介绍
一、集群CLUSTER 介绍计算机集群Cluster,可以把多台计算机 连接在一起使用,平分资源或互为保障。其好处不言而喻,群集中的每个计算机被称为一个节点,节点可添加可减少,在这些节点之上虚拟出一台计算机供用户使用;从使用用户的角度看始终是使用一台计算机,无所谓多少节点。如Figure1所示,其中...
分类:其他好文   时间:2014-12-24 17:46:23    阅读次数:131
linux下jboss eap 6.3 集群(cluster)配置
jbosseap6.3集群(cluster)配置接上一篇继续,Domain模式解决了统一管理多台jboss的问题,今天我们来学习如何利用mod_cluster来实现负载均衡、容错。mod_cluster是jboss的一个开源集群模块(基于apache2.2.x),官网地址为http://mod-cluster.jboss.org/,下面是使用步骤:一、从..
分类:系统相关   时间:2014-12-23 10:42:33    阅读次数:352
inux下jboss eap 6.3 集群(cluster)-Session 复制(Replication)
本文算是前一篇的后续,javawebapplication中,难免会用到session,集群环境中apache会将http请求智能转发到其中某台jbossserver。假设有二个jbossserver:ServerA,ServerB,Session值在ServerA上。用户在访问某一个依赖session的页面时,如果第一次访问到ServerA,能正常取到..
分类:其他好文   时间:2014-12-23 10:40:02    阅读次数:427
【工具】ganglia 监控技术分析
Ganglia是一个分布式的监控工具,用来对Grid和Cluster上面的节点进行监控,利用它提供的web界面可以看到每个节点状态,并且可以输出 图形化的表示。 Ganglia 是 UC Berkeley 发起的一个开源监视项目,设计用于测量...
分类:其他好文   时间:2014-12-22 16:27:42    阅读次数:253
storm相关技术
There are two kinds of nodes on a Storm cluster: the master node and the worker nodes.有两种节点,主节点和worker节点主节点,Nimbus:Nimbus is responsible for distribut...
分类:其他好文   时间:2014-12-22 11:04:29    阅读次数:140
RHEL自动安装zookeeper的shell脚本
RHEL自动安装zookeeper的shell脚本A:本脚本运行的机器,Linux RHEL6B,C,D,...:待安装zookeeper cluster的机器, Linux RHEL6首先在脚本运行的机器A上确定可以ssh无密码登录到待安装zk的机器B,C,D,...上,然后就可以在A上运行本脚本:$ ./install_zookeeper 2181 B C D前提:B, C, D机器必须配置好...
分类:系统相关   时间:2014-12-21 12:45:46    阅读次数:233
【oracle】oracledba3 create a sorted hash cluster to store the data
You are designing an application for Certkiller .com and you have  been asked to design a database table to facilitate monthly bill gen eration. The bill would include details of customer calls, lis...
分类:数据库   时间:2014-12-19 22:07:04    阅读次数:349
[论文]CA-Tree: A Hierarchical Structure for Efficient and Scalable Coassociation-Based Cluster Ensembles
作者:Tsaipei Wang, Member, IEEE发表:IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS—PART B: CYBERNETICS, VOL. 41, NO. 3, JUNE 2011 这是一遍关于聚类集成的论文,作者提出了....
分类:其他好文   时间:2014-12-19 01:53:47    阅读次数:221
通过案例学调优之--Oracle Cluster Table
通过案例学调优之--OracleClusterTableAboutClustersAclusterprovidesanoptionalmethodofstoringtabledata.Aclusterismadeupofagroupoftablesthatsharethesamedatablocks.Thetablesaregroupedtogetherbecausetheysharecommoncolumnsandareoftenusedtogether.Forexample,theempa..
分类:数据库   时间:2014-12-18 19:01:13    阅读次数:409
"Principles of Reactive Programming" 之<Actors are Distributed> (1)
week7中的前两节课的标题是”Actors are Distributed",讲了很多Akka Cluster的内容,同时也很难理解。Roland Kuhn并没有讲太多Akka Cluster自身如何工作的细节,而是更关注于如何利用Akka Cluster来把Actor分布到不同的节点上,或许这么...
分类:其他好文   时间:2014-12-18 18:44:02    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!