码迷,mamicode.com
首页 >  
搜索关键字:ha cluster    ( 6032个结果
linux集群架设——RHCS
RHCS: Red Hat Cluster Suite 红帽子集群套件,三位一体,完备的集群应用解决方案1.负载均衡2.高可用3.共享存储文件系统 组成:1.集群管理器:CMAN配置文件管理:CCS ---/sbin/ccsd /etc/cluster/cluster.confcman ---/us...
分类:系统相关   时间:2014-06-06 15:54:28    阅读次数:426
MySQL Cluster 详细配置文件(config.ini)
########################################################################### ## MySQL CLuster 配置文件 ## 带有[!]的注释表示该参数有详细说明,建议参考官方描述. ## 带有[!!]的注释表示设置该参数时应该详细阅读官方描述. ## SCI 连接方式的配置请详细阅读官方描述. ...
分类:数据库   时间:2014-06-05 05:15:57    阅读次数:362
duplicate报ORA-01017权限问题
duplicate报ORA-01017权限问题   环境: OS:RedHat EnterPrise Linux 5.8 x64 Cluster:Oracle Grid 11.2.0.4 Database:Oracle Database EnterPrise 11.2.0.4 Archive:RAC+DG          今天在配置DG的过程中,前期环境都已经准备好了,就差最后一步...
分类:其他好文   时间:2014-06-04 23:37:04    阅读次数:341
redis cluster practice
redis cluster practice1. create three instance folder: 9001,9002,9003,folder name as redis instance port2.Store configuration files redis-server, redi...
分类:其他好文   时间:2014-06-03 17:02:51    阅读次数:474
MySQL集群核心概念
MySQL Cluster Core Concepts NDBCLUSTER (also known as NDB) is an in-memory storage engine offering high-availability and data-persistence features. NDBCLUSTER(也叫做NDB)是一种提供了高可用性和数据持久性特征的内存式存储引擎。...
分类:数据库   时间:2014-06-03 05:51:53    阅读次数:469
职责链模式
什么是职责链模式      使多个对象都有机会处理请求,从而避免请求的发送者和接受者之前的耦合关系。将这个对象连成一条链,并沿着这条链传递该请求,直到有一个对象处理它为止。      职责链模式的重心是在“链”上,由一条链去处理相似的请求在链中决定谁来处理这个请求,并返回相应的结果。 通用类图   Handler:抽象处理者。一是定义一个请求的处理方法ha...
分类:其他好文   时间:2014-06-02 22:40:48    阅读次数:297
[leetcode]Gas Station @ Python
原题地址:https://oj.leetcode.com/problems/gas-station/题意:There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You ha...
分类:编程语言   时间:2014-05-31 16:58:18    阅读次数:259
Coursera Algorithm Part II PA2
题意:computing a max-spacingk-clustering.spacing 是指两个 cluster 之间的最小距离输入:[number_of_nodes][edge 1 node 1] [edge 1 node 2] [edge 1 cost][edge 2 node 1] [e...
分类:其他好文   时间:2014-05-29 20:40:30    阅读次数:323
dinner vs supper
用dinner还是supper?据我唯一认识一个美国人……讲,至少在美国他们用dinner,supper也许在英国更常用些。他在小时候都没听说过supper这个词……另外,have dinner是一个习语,例:How about go and have dinner?Do you have dinn...
分类:其他好文   时间:2014-05-29 20:16:53    阅读次数:279
mysql官方的HA中间件
mysql官方的HA中间件http://www.mysql.com/products/enterprise/fabric.htmlMySQL Fabric is an extensible framework for managing farms of MySQL Servers. Two feat...
分类:数据库   时间:2014-05-29 10:50:17    阅读次数:695
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!