Question

In: Computer Science

What type of application programs are not suitable for multi-threading? Explain.

What type of application programs are not suitable for multi-threading? Explain.

Solutions

Expert Solution

The different types of application programs which are not suitable for multi-threading are:-

Concurrent application programs:-
..................................

Concurrent applcations programs are not suitable for multithreading because managing concurrency task among threads is not easy and can also introduce some new problems in an application.


Single processor machine and a desktop application:-
............................................................

On a single processor machine and a desktop application, multithreading ais not a good option.It is recommended to use mutlithreading on a multi-processor machine and desktop app.


Single processor server and a web based app:-
................................................

There is no need of multithreading in single processor server and a web based app. The web server can individyally take care of all the things.


Multi-processor server and a web based app:-
.....................................................

There is again no need of multithreading in multi-processor server and a web based app, as the web server can handle all of it.


Not thread safe application programs:-
.........................................

The application programs which are not thread safe should not use multithreading.


Related Solutions

What does it mean to find the right balance when defining a multi-threading systems?
What does it mean to find the right balance when defining a multi-threading systems?
Can anyone who is knowledgable with multi-threading take a look at the following c++ program posted...
Can anyone who is knowledgable with multi-threading take a look at the following c++ program posted below and take a swing at making it multi-threaded (and if possible please use C++ 2011 standard threading). Its only one part of the overall program, so there wont be anything to compile/test but if you could take a crack at it that would be great. Even if it doesnt work when I test your program, ill still give credit/like since then ill at...
C program for copying data from one directory to another using multi threading for linux using...
C program for copying data from one directory to another using multi threading for linux using command line arrangement. Program will take two arguments: 1: Source 2: Destination it will copy all the files from source to destination recursively Deadline: 4 hours from now.
What is cost of production? Explain with suitable example.
What is cost of production? Explain with suitable example.
1. What are the suitable type of Excavations required to remove the layer of fine grained...
1. What are the suitable type of Excavations required to remove the layer of fine grained soil with a high clay content soil directly beneath the topsoil? Moreover, it is observed from the building design that foundations shall be constructed nearby to each other. In line with the requirements, recommend the safe and sustainable type of excavation along with the construction plant team suitable to construction site situation? 2. What is the suitable type of Foundation to build a G+3...
Explain the difference between concurrency and parallelism. Using these concepts, discuss how a multi-threaded application can...
Explain the difference between concurrency and parallelism. Using these concepts, discuss how a multi-threaded application can run faster than a single-threaded application on a single-processor machine and on a multi-processor machine.
Question 1: Explain what I/O operation service provides. Describe why user application programs cannot provide these...
Question 1: Explain what I/O operation service provides. Describe why user application programs cannot provide these services. Question 2 : Discuss the advantage and disadvantages of a layered approach.
Explain with suitable diagram how n-type semiconductor can be obtained from intrinsic silicon
Explain with suitable diagram how n-type semiconductor can be obtained from intrinsic silicon
Describe an enterprise or multi-tier application? Provide the description of what makes it more secure than...
Describe an enterprise or multi-tier application? Provide the description of what makes it more secure than a stand-alone application.
Explain (just mentioning it will not be enough) the application of each type of EM wave...
Explain (just mentioning it will not be enough) the application of each type of EM wave in life sciences.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT