1.什么是WebSocket协议 RFC6455文档的表述如下: The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environm ...
分类:
Web程序 时间:
2016-08-20 12:53:40
阅读次数:
189
Xiaoguang Tu: CV: Ph.D. Candidate of School of Communication and Information Engineering, University of Electronic Science and Technology of China (UE ...
分类:
其他好文 时间:
2016-08-14 22:08:32
阅读次数:
258
这里面见到的同步和互斥的概念非常清晰,转载自: http://www.cnblogs.com/King-Gentleman/p/4311582.html 一、进程间通信机制 rt-thread操作系统的IPC(Inter-Process Communication,进程间同步与通信)包含有中断锁、调 ...
分类:
系统相关 时间:
2016-08-12 23:38:31
阅读次数:
181
DescriptionBIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarchical communication subsystem. Valentine McKee’s res...
分类:
编程语言 时间:
2016-08-12 20:09:15
阅读次数:
156
TI-RTOS 之 事件同步(Event, 类似semaphore) Event 是类似Semaphore的存在,官方如下描述: SYS/BIOS events are a means of communication between Tasks and other threads such as ...
分类:
其他好文 时间:
2016-08-11 17:55:01
阅读次数:
739
一 什么是DICOM?DICOM是Digital Imaging and Communication of Medicine的缩写,是美国放射学会(American College of Radiology,ACR)和美国电器制造商协会(National Electrical Manufacture ...
分类:
其他好文 时间:
2016-08-02 18:49:03
阅读次数:
231
一.WCF简介: Windows Communication Foundation(WCF)是由微软开发的一系列支持数据通信的应用程序框架,可以翻译为Windows 通讯开发平台。 整合了原有的windows通讯的 .net Remoting,WebService,Socket的机制,并融合有HTT ...
分类:
其他好文 时间:
2016-07-23 22:52:17
阅读次数:
222
Information Disturbing Problem Description In the battlefield , an effective way to defeat enemies is to break their communication system.The informat ...
分类:
其他好文 时间:
2016-07-20 21:24:25
阅读次数:
140
事务处理在WCF(Windows Communication Foundation)是一套遵循一些性质,统称为ACID的操作。这里,如果一个操作出现故障,整个系统就会自动失败。如网上订单生成,就可能使用事务。下面的例子可以帮助理解事务的过程中更简单的术语。 例子 假设一台液晶电视是您从在线商店订购, ...
分类:
其他好文 时间:
2016-07-20 13:25:28
阅读次数:
164
Processes
进程
Process lifecycle
进程生命周期
Threads
线程
Worker threads
工作线程Thread-safe
methods 线程安全方法
Interprocess Communication
进程间通信
When an ap...