The PDF file you selected should load here if your Web browser has a PDF reader plug-in installed (for example, a recent version of Adobe Acrobat Reader).

If you would like more information about how to print, save, and work with PDFs, Highwire Press provides a helpful Frequently Asked Questions about PDFs.

Alternatively, you can download the PDF file directly to your computer, from where it can be opened using a PDF reader. To download the PDF, click the Download link above.

Fullscreen Fullscreen Off


In the infrastructure of Information and Communication Technology (ICT), the design and architecture of software deployed over equipment plays a vital role in system’s concurrent efficiency. The high performance computing nexus with fine-grain parallel processing environment calls for optimized and effective multithreading strategies for ICT’s software implementations. This paper briefly identifies different state-of-art multithreading APIs used in multi-core coherent processors. The paper investigates various APIs based on main categorization of operating system level and lightweight thread level. Operating system level multithreading relies on operating system kernel architecture as numerous threads or tasks achieve concurrency provided by the underlying hardware, thus considered effective for high core programming. On the other hand, various application level lightweight thread models are been offers with lighter mechanism for high parallelism and massive concurrency. Lightweight models are optimized to combine low-latency thread and task scheduling with optimized functionality for data-movement. This comparative study aims to demonstrate major working models and principal differences among well-established libraries in each category. This paper projects an early investigation for the identification of most efficient thread library for ICT equipment.

Keywords

ICT Software, Parallelism, Multithreading Models.
User