This is a discussion on What mean by scheduling algorithm? within the Operating Systems forums, part of the Computer Hardware/Software and Networking category; Hi, Can any one tell,what mean by scheduling algorithm? Thanks, Prasath.K...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| A scheduling algorithm is the method by which threads or processes are given access to system resources, usually processor time. This is usually done to load balance a system effectively. The need for a scheduling algorithm arises from the requirement for most modern systems to perform multitasking, or execute more than one process at a time. Scheduling algorithms are generally only used in a time slice multiplexing kernel. The reason is that in order to effectively load balance a system, the kernel must be able to suspend execution of threads forcibly in order to begin execution of the next thread. -V.Vadivelan |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| google pagerank algorithm and how it works | varghese | Search Engine Optimization | 5 | 12-16-2007 11:34 PM |
| Priority scheduling and Round robin scheduling | vigneshgets | Operating Systems | 1 | 12-14-2007 12:52 AM |
| Scheduling in QTP | Shanthi | Testing Tools | 4 | 11-15-2007 04:03 AM |
| what algorithm used for garpage collection? | leoraja8 | Java Programming | 2 | 07-20-2007 07:43 AM |
| Yahoo Algorithm | Joe | Yahoo | 0 | 02-23-2007 06:48 AM |