Skip to content

Instantly share code, notes, and snippets.

@sajjadium
Last active March 12, 2020 03:53
Show Gist options
  • Save sajjadium/96d4d3f253a5fe201c57b145fc8002b9 to your computer and use it in GitHub Desktop.
Save sajjadium/96d4d3f253a5fe201c57b145fc8002b9 to your computer and use it in GitHub Desktop.
A Disk Scheduling Algorithm Based on ANT Colony Optimization

Audio, animations and video belong to a class of data known as delay sensitive because they are sensitive to delays in presentation to the users. Also, because of huge data in such items, disk is an important device in managing them. In order to have an acceptable presentation, disk requests deadlines must be met, and a real-time scheduling approach should be used to guarantee the timing requirements for such environment. However, some disk scheduling algorithms have been proposed since now to optimize scheduling real-time disk requests, but improving the results is a challenge yet.

In this paper, we propose a new disk scheduling method based on Ant Colony Optimization (ACO) approach. In this approach, ACO models the tasks and finds the best sequence to minimize number of missed tasks and maximize throughput. Experimental results showed that the proposed method worked very well and excelled other related ones in terms of miss ratio and throughput in most cases.

Conference: ISCA Conference on Parallel and Distributed Computing and Communication Systems (PDCCS), 2009

Paper: https://sajjadium.github.io/files/pdccs2009diskscheduling_paper.pdf

arXiv: https://arxiv.org/abs/2003.00926

Blogspot: https://sajjadium.blogspot.com/2020/02/a-disk-scheduling-algorithm-based-on.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment