码迷,mamicode.com
首页 >  
搜索关键字:synchronization    ( 248个结果
11G RAC 简单命令
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
Zookeeper配置文件参数与含义
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
LKD: Chapter 9 An Introduction to Kernel Synchronization
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
[ASIC]Data Synchronization
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
sync_with_stdio
/* 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
synchronization mirror
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
HashMap和Hashtable都实现了Map接口,HashMap几乎可以等价于Hashtable,它们之间的主要区别在:线程安全性,同步(synchronization),以及速度。HashMap是非synchronized的,并可以接受null的键值,而Hashtable不行;Hashtabl...
分类:其他好文   时间:2016-01-04 16:58:29    阅读次数:260
12 个基本的工作流模式简介
1. 五个基本工作流模式这五个模式的共同点在于:模式所涉及流程的执行路径是在设计时即可确定的,不需运行时的信息。包括:Sequence(顺序模式)Parallel split(平行拆分模式)Synchronization(同步模式)Exclusive choice(排他选择)Simple merge...
分类:其他好文   时间:2016-01-01 13:00:37    阅读次数:328
【Zookeeper可以干什么】
在Zookeeper的官网上有这么一句话:ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and ...
分类:其他好文   时间:2015-12-28 00:54:05    阅读次数:141
同步块中对象级别的锁和类级别的锁 —— Thread synchronization, object level locking and class level locking
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
248条   上一页 1 ... 14 15 16 17 18 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!