暂时需要的信息有: ACK : TCP协议规定,只有ACK=1时有效,也规定连接建立后所有发送的报文的ACK必须为1 SYN(SYNchronization) : 在连接建立时用来同步序号。当SYN=1而ACK=0时,表明这是一个连接请求报文。对方若同意建立连接,则应在响应报文中使SYN=1和ACK ...
分类:
其他好文 时间:
2016-10-27 23:23:58
阅读次数:
211
转载自:http://www.wowotech.net/kernel_synchronization/linux2-6-11-RCU.html 一、前言 无论你愿意或者不愿意,linux kernel的版本总是不断的向前推进,做为一个热衷于专研内核的工程师,最大的痛苦莫过于此:当你熟悉了一个版本的内 ...
分类:
系统相关 时间:
2016-10-27 20:03:44
阅读次数:
328
CountDownLatch A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes. A C ...
分类:
其他好文 时间:
2016-10-23 23:01:26
阅读次数:
210
1.线程 event An event is a simple synchronization object the event represents an internal flag,and threads can wait for the flag to set ,or set or clear ...
分类:
编程语言 时间:
2016-10-19 02:54:52
阅读次数:
206
基本概念 锁 wiki:In computer science, a lock or mutex (from mutual exclusion) is a synchronization mechanism for enforcing limits on access to a resource i ...
分类:
其他好文 时间:
2016-10-04 01:43:14
阅读次数:
271
本文转载自: http://www.blogfshare.com/kernel-synchronization.html 1.在支持多线程的操作系统下,有些函数会出现不可重入的现象。所谓“可重入”是指函数的执行结果不和执行顺序有关。反之如果执行结果和执行顺序有关,则称这个函数是“不可重入”的。 2. ...
分类:
其他好文 时间:
2016-09-30 12:14:14
阅读次数:
328
Application Note Synchronization and MIMO Capability with USRP Devices Ettus Research Introduction Some applications require synchronization across mu ...
分类:
其他好文 时间:
2016-09-18 22:03:29
阅读次数:
1096
ntpdate[4773]:noserversuitableforsynchronizationfound解决方案1.安装rdateyuminstallrdate-y2.配置时区vi/etc/sysconfig/clockZONE=”Asia/Shanghai”ln-sf/usr/share/zoneinfo/Asia/Shanghai/etc/localtime3.同步时间/usr/bin/rdate-stime.nist.gov/sbin/hwclock–systohc..
分类:
其他好文 时间:
2016-08-24 01:21:15
阅读次数:
195
Process and Thread Functions https://msdn.microsoft.com/en-us/library/windows/desktop/ms684847(v=vs.85).aspx Synchronization Functions https://msdn.mi ...
当用ntpdate-d来查询时会发现导致noserversuitableforsynchronizationfound的错误的信息有以下2个:错误1.Serverdropped:Stratatoohigh在ntp客户端运行ntpdateserverIP,出现noserversuitableforsynchronizationfound的错误。在ntp客户端用ntpdate–dserverIP查看,发现有“Se..
分类:
其他好文 时间:
2016-08-09 00:32:27
阅读次数:
201