码迷,mamicode.com
首页 >  
搜索关键字:redsis cluster redis集群    ( 4320个结果
cluster maintain manager Software群集管理软件
1,ocfs22,crmsh(cluster management shell,)==crm shell[pacemaker OpenAIS,heartbeat,corosync,crmsh]3,开源的ceph pk RedHat Glustercrm-moncorosync-cfgtool,cor...
分类:其他好文   时间:2014-12-26 18:25:30    阅读次数:191
Node项目通过cluster API充分利用多核CPU
默认的一个Node项目只有一个Master进程,通过cluster API来管理此进程,可以为每核增加一个worker,就叫分支进程吧 示例 var cluster = require(‘cluster‘); var http = require(‘http‘); //获取服务器的CPU核数 va...
分类:Windows程序   时间:2014-12-26 16:56:10    阅读次数:344
Build MySQL Cluster Environment
Host #1: 192.168.1.100, management nodeHost #2: 192.168.1.101, SQL nodeHost #3: 192.168.1.102, data node #1Host #4: 192.168.1.103, data node #2Downloa...
分类:数据库   时间:2014-12-26 16:32:01    阅读次数:254
群集种类介绍
一、集群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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!