I’m working on a operating systems writing question and need a sample draft to help me learn.Single- vs. Multi-ThreadingPrior to beginning work on this assignment, read the following sections in your textbook: 4.1 to 4.3 and 4.8 in Chapter 4: Threads. In addition, answer the following Practice Exercises: 4.1, and 4.3. Solutions to the Practice Exercises can be accessed via the textbook website: Chapter 4. Finally, read the Operating System – Multi-Threading tutorial.
Part One:To complete this assignment, review the programming scenarios given below, and explain why a multi-threaded or single-threaded solution is more effective for each. Support your statements with evidence from your sources.A printer that is performing the job of printing a set of documents
An application that allows the graphical user interface (GUI) to remain responsive while processing a large number of files
A Python webserver that listens for requests, reads them, and pushes the data in the database
A shell program that closely monitors its own working space, such as open files, environment variables, and current working directory
A program that calculates a large number of payments where each calculation is independent of other payment calculations
Part Two:Use the following guidelines to create three additional programming scenarios similar to the ones given in Part One.Write Scenario One such that the most effective solution is a single-threaded process.
Write Scenario Two such that the most effective solution is a multi-threaded process.
Write Scenario Three such that the most effective solution is either a single-threaded or multi-threaded process.
Explain why a multi-threaded or single-threaded solution is more effective for each scenario. Support your statements with evidence from your sources.The Single- vs. Multi-Threading paperMust be two to three double-spaced pages (400 to 750 words) in length (not including title and references pages) and formatted according to APA style as outlined in the Writing Center.
Must include a separate title page with the following:Title of paper
Student’s name
Course name and number
Instructor’s name
Date submitted
Must document all sources in APA style as outlined in the Writing Center.
Must include a separate references page that is formatted according to APA style as outlined in the Writing Center.
Requirements: 750 words