1、查看集群状态: [root@rac1 ~]# su - grid [grid@rac1 ~]$ crsctl check clusterCRS-4537: Cluster Ready Services is onlineCRS-4529: Cluster Synchronization Serv
分类:
其他好文 时间:
2016-02-01 13:54:37
阅读次数:
183
zoo.cfg# The number of milliseconds of each tick tickTime=2000 # The number of ticks that the initial # synchronization phase can take initLimit=...
分类:
其他好文 时间:
2016-01-27 10:43:21
阅读次数:
192
This chapter introduces some conception about kernel synchronization generally.Critical Regions: Code paths that access and manipulate shared data.R.....
分类:
其他好文 时间:
2016-01-20 19:15:05
阅读次数:
107
Data Synchronization with Two Same-frequency/Different Phase Clock domainsWhen data is transferred from one clock domain to another clock domain, and ...
分类:
其他好文 时间:
2016-01-13 09:20:38
阅读次数:
187
/* The synchronization referred to is @e only that between the standard * C facilities (e.g., stdout) and the standard C++ objects (e.g., * cout)....
分类:
其他好文 时间:
2016-01-06 14:11:43
阅读次数:
131
centos的同步ubuntu的同步使用系统的apt-mirror工具同步一个mirror修改/etc/apt/mirror.list#############config##################
#
#setbase_path/var/spool/apt-mirror
setbase_path/data/repository/ubuntu
#setmirror_path$base_path/mirror
#setskel_path$base_path/ske..
分类:
其他好文 时间:
2016-01-05 18:58:06
阅读次数:
150
HashMap和Hashtable都实现了Map接口,HashMap几乎可以等价于Hashtable,它们之间的主要区别在:线程安全性,同步(synchronization),以及速度。HashMap是非synchronized的,并可以接受null的键值,而Hashtable不行;Hashtabl...
分类:
其他好文 时间:
2016-01-04 16:58:29
阅读次数:
260
1. 五个基本工作流模式这五个模式的共同点在于:模式所涉及流程的执行路径是在设计时即可确定的,不需运行时的信息。包括:Sequence(顺序模式)Parallel split(平行拆分模式)Synchronization(同步模式)Exclusive choice(排他选择)Simple merge...
分类:
其他好文 时间:
2016-01-01 13:00:37
阅读次数:
328
在Zookeeper的官网上有这么一句话:ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and ...
分类:
其他好文 时间:
2015-12-28 00:54:05
阅读次数:
141
Java supports multiple threads to be executed. This may cause two or more threads to access the same fields or objects. Synchronization is a process w...
分类:
其他好文 时间:
2015-12-26 15:06:54
阅读次数:
447