Oracle设置默认数据库,ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist
分类:
数据库 时间:
2015-09-13 19:50:10
阅读次数:
253
问题描述 BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarchical c...
分类:
其他好文 时间:
2015-09-08 15:13:48
阅读次数:
180
在一个大型的应用系统中,往往需要多个进程相互协作,进程间通信(IPC,Inter Process Communication)就显得比较重要了。在Linux系统中,有很多种IPC机制,比如说,信号(signal)、管道(pipe)、消息队列(message queue)、信号量(semaphore)和共享内存(shared memory)、套接字(socket)等,其实Windows操作系统也支持...
一:共享内存 共享内存指 (shared memory)在多处理器的计算机系统中,可以被不同中央处理器(CPU)访问的大容量内存。由于多个CPU需要快速访问存储器,这样就要对存储器进行缓存(Cache)。任何一个缓存的数据被更新后,由于其他处理器也可能要存取,共享内存就需要立即更新,否则不...
分类:
其他好文 时间:
2015-08-21 15:27:09
阅读次数:
251
Description:BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarc...
分类:
其他好文 时间:
2015-08-18 18:11:09
阅读次数:
98
我们知道,PostgreSQL数据库中的信息,最终是要写入持久设备的。那么PostgreSQL是怎么将信息组织存储在磁盘上的呢? Bruce Momjian有一个slide 《Insider PostgreSQL shared memory》,里面的图片非常直观的描述了,shared buffer,...
分类:
数据库 时间:
2015-08-05 10:08:02
阅读次数:
164
poj 1502 MPI MaelstromDescription
BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarchical communication subsyste...
分类:
其他好文 时间:
2015-07-26 15:46:39
阅读次数:
114
参考 Technet Process Private: 分配给单一Process专用的内存 Mapped File: 用来储放档案内容快取(Cache)的内存空间 Shared Memory: 标注给多个Process共用的内存分页(Page,内存管理单位) Page Table: 用来描述虚拟内....
分类:
其他好文 时间:
2015-07-10 10:45:39
阅读次数:
1126
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found...
分类:
数据库 时间:
2015-07-05 18:26:16
阅读次数:
160
1. 概览 本文记录经典的IPC:pipes, FIFOs, message queues, semaphores, and shared memory。 2. PIPES 管道是UNIX系统IPC的最古老形式,并且所有的UNIX系统都提供此通信机制。但管道有两个局限性: 历史上,它们...
分类:
系统相关 时间:
2015-06-26 13:39:40
阅读次数:
228