发布时间:2014-06-26 13:16:37
管道是Linux中很重要的一种通信方式,是把一个程序的输出直接连接到另一个程序的输入,常说的管道多是指无名管道,无名管道只能用于具有亲缘关系的进程之间,这是它与有名管道的最大区别。有名管道叫named pipe或者FIFO(先进先出),可以用函数mkfifo()创建。Stream 的管道:是一个双向(全双共)管道。单个STREAMS管道.........【阅读全文】
发布时间:2014-04-17 11:57:00
重点标注 1. 四发射的超标量结构使得指令流水线中指令和数据相关问题十分突出,GS464 采用乱序执行技术和激进的存储系统设计来提高流水线的效率。 1.1 乱序执行技术包括寄存器重命名技术、动态调度技术和转移预测技术。 1.2 GS464 先进的存.........【阅读全文】
发布时间:2014-03-24 17:30:57
The network section defines how the network is virtualized in the container.网路虚拟化作为第二层,为使用网络虚拟化,参数必须明确定义容器的网络接口。lxc.network.type :定义那种网络虚拟化被容器使用。 empty: create only the loopback interface veth.........【阅读全文】
发布时间:2014-03-19 10:07:39
Issue:virtualbox 4.2 version(4.3.8) install fedora 18~20 finish. start OS always report "Oh on, Something has gone wrong. A problem has occurred and the system can't recover.Please contect a system adminstrator"fellow step:gnome uses opengl by design. it is not just some "issue" to be fi.........【阅读全文】