Evaluate the manner by which the threaded sort application


In previous assignments, you used threads to improve the performance of a sort algorithm. Threads were initially applied in order to achieve processing concurrency in order to reduce the time required to sort data. This week's readings highlighted various ways that I/O performance can impact the overall performance of an application or a system. The readings also identified specific principles that can be applied to improve the efficiency of I/O.

For this Assignment, you will consider the I/O performed in the threaded sort Assignment from Week 2 and how the I/O contributes to the performance of the threaded sort. Applying the principles identified in this week's reading (polling, interrupts, direct memory access, blocking & non-blocking I/O, I/O scheduling, buffering, caching, error handling, I/O protection), along with the concurrency control mechanisms from Week 3, you will revise the threaded sort application in an effort to improve the I/O performance in order to affect an overall performance improvement.

To prepare:

- Evaluate the manner by which the threaded sort application performs I/O to retrieve the data to be sorted.

- Propose a strategy to improve the performance by applying one or more of the principles to improve the efficiency of I/O that were identified in this week's reading (polling, interrupts, direct memory access, blocking & non-blocking I/O, I/O scheduling, buffering, caching, error handling, I/O protection).

** Implement your strategy by modifying your solution to the threaded sort Assignment from Week 2. (included). (Please verify that script works in netbeans).

** In addition, write a 3-page paper (Times new roman - 12 point) that evaluates how I/O performance impacts overall program performance. Make sure to include the following:

- A description of your I/O strategy

- An explanation on how you expected your strategy to improve performance

- A summary of the actual change in performance observed when running the updated threaded sort

Expert - (owner of this project)

Please incorporate more scholarly resources (references and citations) that reflect depth and breadth of research. Please follow APA format and style guidelines. There were very few scholarly resources in your previous projects.

Please include multiple APA references and citations in the 3 page document.

modified code and 3 page APA document.

Assignment:

https://www.dropbox.com/s/gs0ksj8lmmmgcpi/Assignment.zip?dl=0

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Evaluate the manner by which the threaded sort application
Reference No:- TGS01530759

Now Priced at $75 (50% Discount)

Recommended (97%)

Rated (4.9/5)