New Page 1
Welcome to basicsofcomputer.com
 

Share This Free Knowledge With Your Friends:

Home » Threads and CPU Scheduling » Advantages of Multithreading

Advantages of Multithreading:

Some advantages using multithreading are as follows:

1. Responsiveness:

Multithreading approach increases responsiveness of the process. As a process consists of more than one thread, if one thread is blocked or busy in a lengthy calculation, some other thread may still be executing. So the user gets more response from the executing process. For example, a browser allows a user to interact with it while a file is being downloaded.

2. Resource Sharing:

All threads of one process share the memory and resources of that process. Secondly it allows an application to have several different threads within the same address space.

3. Economy:

Allocation of memory and resources for process creation is costly. All threads of a process share the resources of that process so it is more economical to create and context switch the thread.

4. Utilization of Multiprocessor Architecture:

Multiprocessor architecture allows the facility of parallel processing. It is most efficient way of processing. A single threaded process can be executed on one CPU even if we have more processors. Multithreading on a multiprocessor system increases concurrency. Different parts of a multi-threaded process can be executed simultaneously on different processors.

Relevant Articles:

Introduction to threads/Lightweight Process
Advantages of Multithreading
Multithreading Models in Operating System
Definition and Explanation of CPU Scheduling in Operating system
Definition and Explanation of Multiprogramming in Operating system
Scheduling Objectives in Process
CPU I/O Burst Cycle
CPU Scheduler in operating systems
Preemptive and Non-Preemptive Scheduling
Interval Timer
Dispatcher in Operating System
Scheduling Criteria in Operating System
Scheduling Algorithms in Operating System
Multiple Processor Scheduling in Operating System
Real-Time Scheduling in Operating System
Algorithm Evaluation in Operating System
 
New Page 1

Basic Computer Science

   
» The Age of Information

» Types of Computer and Digital Age

» Input and Output Devices

» Storage Devices Of Computer

» Central Processing Unit

» Software: The Power Behind The Power

» Data Communication and Computer Networks

» The Nature Of Information

» The System Theory

» Transaction Processing System (TPS) and Management Information System (MIS)

» Decision Support System (DSS) and Executive Support System (ESS)

» Expert System (ES) and Office Information System (OIS)

 

Operating Systems

   
» Introduction to Operating System

» Introduction to Process Management

» Threads and CPU Scheduling

» Process Synchronization in Operating System

» Deadlocks

» Memory Management in Operating System

» Virtual Memory in Operating System

» File System Management in Operating System

» I/O and Device Management

» Security

» Linux Operating System

 

Database Management System

   
» Introduction to Database Systems

» Database System Architecture

» Database Administration and Database Development Process

» The Entity-Relationship Model

» Semantic Object Model

» Logical Database Design and Relational Data Model

» Normalization in Database

» Transformation of E-R Model into Relational Data Model

» Representing Semantic Object Model and Types of Semantic Object Model

» Physical Database Design

» Introduction to Structured Query Language (SQL)

» Implementation of Relational Database and Database Application Design

» Client Server Database Systems & Open Database Connectivity (ODBC)

 

Questions and Answers

   
» Basics of Information Technology

» Computer Architecture

» Data Communication

» Information Networks

» Fundamentals of the Internet

» Application and Uses of Computer

» Security, Copyright and The Law

» Windows Operating Systems

» Spreadsheet Software

» Process Management in CPU

» CPU Scheduling

» Process Synchronization

» Deadlocks

» Memory Management

» Database Systems

» Database System Architecture

» Database Administration and Database Development Process
 
 
New Page 1
 

Home                Dictionary                 Contact us                   About us                    Privacy policy                  Link to us                   Advertise

Copy right ©  2012