CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Design of Task Scheduling System for Conference Management Application

by Anish Narkhede
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 145 - Number 11
Year of Publication: 2016
Authors: Anish Narkhede
10.5120/ijca2016910818

Anish Narkhede . Design of Task Scheduling System for Conference Management Application. International Journal of Computer Applications. 145, 11 ( Jul 2016), 40-43. DOI=10.5120/ijca2016910818

@article{ 10.5120/ijca2016910818,
author = { Anish Narkhede },
title = { Design of Task Scheduling System for Conference Management Application },
journal = { International Journal of Computer Applications },
issue_date = { Jul 2016 },
volume = { 145 },
number = { 11 },
month = { Jul },
year = { 2016 },
issn = { 0975-8887 },
pages = { 40-43 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume145/number11/25326-2016910818/ },
doi = { 10.5120/ijca2016910818 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:48:34.100297+05:30
%A Anish Narkhede
%T Design of Task Scheduling System for Conference Management Application
%J International Journal of Computer Applications
%@ 0975-8887
%V 145
%N 11
%P 40-43
%D 2016
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Task scheduling systems play an important role in managing processes in an efficient way. They assess the time duration taken up by a particular process, and accordingly allot the processes slots so that they can complete their execution. Managing tasks in this way allows efficient use of the system resources and allows faster and optimized performance. Using similar techniques, tasks (other than system processes) can also be managed efficiently by filtering them using ‘time/duration’ as a primary component. The System proposed in this paper aims at creating a system which helps to manage Conferences into three slots viz. Shortest Conferences first, Longest Conferences First, & First Come First Serve, which would be done by obtaining Conference details from the user. Details would include title of the Conference and its duration. The slots will then be filled depending on duration of a particular conference.

References
  1. https://en.wikipedia.org/wiki/Scheduling_(computing)#First_in.2C_first_out
  2. https://www.cs.cmu.edu/~wlovas/15122-r11/lectures/09-queues.pdf
  3. Introduction to Algorithms by Charles E. Leiserson, Clifford Stein, Ronald Rivest, and Thomas H. Cormen
  4. https://en.wikipedia.org/wiki/File:Thread_pool.svg
Index Terms

Computer Science
Information Sciences

Keywords

First Come First Servce Approach Insertion Sort Data Structures