期刊名称:Journal of Computing and Information Technology
印刷版ISSN:1330-1136
电子版ISSN:1846-3908
出版年度:1999
卷号:7
期号:3
页码:261-262
语种:English
出版社:SRCE - Sveučilišni računski centar
摘要:Until recently, concurrent programming required, instead of multiple threads, multiple processes, each with a single thread of execution, running concurrently on a multitasking operating system. Multithreading is a way to design and implement parallel application programs. The major difference between a thread and a process is in common address space. Threads have the same address space which makes communication and data sharing among threads efficient. The goal of multi threaded programming concept is to achieve a greater speed from multiprocessor computers.