共查询到19条相似文献,搜索用时 78 毫秒
1.
本文论述了在多处理机环境下UNIX 文件系统的设计和实现,以保证文件系统运行的正确性和极大限度地开发信息处理的并发性。文中提出多处理机UNIX 文件系统的模型、结构及特点。着重论述多处理机UNIX 文件系统主要数据结构低层缓冲区和内部其他数据结构的组织和管理。最后论述了多处理机环境中出现的数据一致性问题。 相似文献
2.
3.
4.
6.
胡贯荣 《小型微型计算机系统》1997,18(1):69-71
UNIX操作系统是目前较为广泛使用的操作系统,本文详细分析了UNIX系统调用的实现技术,提出了拦截和增加UNIX系统调用的方法,为改造UNIX操作系统提供了有效途径。 相似文献
7.
伍树乾 《电脑编程技巧与维护》2011,(4):106-107,109
针对目前应用广泛的UNIX服务器系统,其全时运行,监控系统的架构与部署,服务器的安全性等问题解决办法,作出了详细的介绍. 相似文献
8.
增加UNIX系统调用的实现技术 总被引:1,自引:0,他引:1
本文讨论了在UNIX上增加系统调用的实现技术,探讨了UNIX汇编的格式,从而提出了增强用户的编程环境及改造UNIX的有用方法。 相似文献
9.
“多处理机并行处理模拟器”是旨在帮助使用者巩固和加深对典型的并行计算机系统--MIMD多处理机系统--进行并行处理基本工作过程的理解,通过实际编写并行应用程序并对其模拟执行的过程进而引导其进行更为深入研究与开发的计算机辅助教学系统。通过对MIMD多处理机系统体系结构、编译器和操作系统基本牲的模拟,实现了对作业/作业步和DO循环级并行性的显式及隐式开发,依据“单独并行段”和“主动抽取”策略可对并行代 相似文献
10.
操作系统多线程实现技术研究 总被引:5,自引:0,他引:5
本文详细描述了二种进程内我线程实现技术 核心线程实现技术,多线库实现技术,并对比分析了产的优缺点,在此基础上,总结了现代操作系统采用的多线程实用技术一混合实现技术。 相似文献
11.
Vason P. Srini Tam M. Nguyen Darren R. Busing Mike J. Carlton Bruce K. Holmer Georges E. Smine Alvin M. Despain 《Journal of Systems Integration》1997,7(2):151-178
Aquarius-II is a cache coherent multiprocessor system designed for the parallel execution of Prolog programs. It contains two tiers of memory: synchronization memory and high bandwidth (HB) memory. The synchronization memory consists of snooping caches connected to a bus and is used to store rendezvous points, synchronization bits, synchronization variables such as locks and semaphores and most of the write shared data. The HB memory is used to store the bulk of the application program code and data. It contains caches and an inexpensive VLSI chip based crossbar interconnection network to memory. The caches connected to the crossbar do not have full snooping capability. The architecture is evaluated by a full simulation of parallel execution of Prolog programs on Aquarius-II. The design details of the components of the architecture and simulation results are presented. Simulation results indicate that the two tier memory system significantly reduces memory interference and speeds up synchronization when compared to a single bus multi. This shared memory multiprocesor architecture has the potential to support other parallel programming paradigms. 相似文献
12.
本文通过对UNIX系统支持的各种语言特点的研究,开发了一组不同语言间接口的方法及注意事项,从而为实现扩充系统资源、建立为用户共享的程序包提供了可能性. 相似文献
13.
The problem of work scheduling in a multiprocessor system is solved with specific processing requirement, release time and
due date. Interruptions and preemptions are given. The communication graph may be incomplete. A polynomial algorithm of determining
a feasible schedule is developed.
__________
Translated from Kibernetika i Sistemnyi Analiz, No. 3, pp. 94–102, May–June 2005. 相似文献
14.
15.
16.
UNIX提供的压缩软件compress压缩效率很低。文章在Huffman编码原理及LZSS压缩算法原理的基础上,提出一种新的压缩算法CALH,并用C语言予以实现,不仅提高了压缩算法的效率,而且丰富了UNIX平台上压缩软件的种类。 相似文献
17.
18.