- Sektör: Computer
- Number of terms: 4807
- Number of blossaries: 1
- Company Profile:
Sun Microsystems is a multinational vendor of computers, computer software and hardware, and information technology services.
为维护缓存一致性最常用的协议被称为窥探。高速缓存控制器监视或偷窥巴士来确定缓存中包含共享块的副本。用于读取,多个副本可以驻留在不同的处理器的缓存中,但因为处理器需要的最新副本,所有的处理器必须写后获得新值。请参见缓存,竞争缓存、 false 分享,使写无效,写更新。用于写入,处理器必须独占访问要写入高速缓存。对非共享块的写入操作不会导致公共汽车交通。共享数据写入的后果是要使之无效的所有其他副本,或用来更新的共享的副本正在写入的值。请参见缓存,竞争缓存、 false 分享,使写无效,写更新。
Industry:Computer
E.W.Dijkstra 坐标访问到特定的资源或共享资源的一组由介绍专用数据类型。信号量与允许它的两个操作有 (即不能成为否定) 的整数值。信号 (V 或最多) 操作值增加 1,和一般指示资源已成为免费。在等待 (P 或向下) 操作时,做并不会消极的值减一,值和一般指示一个免费的资源即将开始被使用。另请参阅信号量锁。
Industry:Computer
A standard that lets you specify a unique label for the set of element names defined by a DTD. A document using that DTD can be included in any other document without having a conflict between element names. The elements defined in your DTD are then uniquely identified so that, for example, the parser can tell when an element <name> should be interpreted according to your DTD rather than using the definition for an element <name> in a different DTD.
Industry:Computer