what is Scheduling?

Answers were Sorted based on User's Feedback



what is Scheduling? ..

Answer / avinaba biswas

Scheduling is a key concept in computer multitasking,
multiprocessing operating system and real-time operating
system designs. Scheduling refers to the way processes are
assigned to run on the available CPUs, since there are
typically many more processes running than there are
available CPUs. This assignment is carried out by softwares
known as a scheduler and dispatcher.

The scheduler is concerned mainly with:

* Throughput - number of processes that complete their
execution per time unit.
* Latency, specifically

Is This Answer Correct ?    3 Yes 0 No

what is Scheduling? ..

Answer / guest

Scheduling involves deciding what thread should execute
next on a particular CPU. It is usually also taken as
involving the context switch to that thread.

Is This Answer Correct ?    4 Yes 4 No

what is Scheduling? ..

Answer / mukesh

Scheduling is the process that provides choice to scheduler which process is to run next

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Threads Interview Questions

Explain critical section?

0 Answers  


what is Scheduling?

3 Answers   Hexaware,


Explain what are the main families of threads?

0 Answers  


Explain what are threads?

0 Answers  


Explain the architectural differences between user-space threads, and kernel-supported threads?

0 Answers  






When should we use thread-safe "_r" library calls?

2 Answers  


explain about the initial process sequence while the system boots up?

0 Answers  


How would you kill a process?

0 Answers  


Explain what is scheduling?

0 Answers  


Explain the performance differences between user-space threads and kernel-supported threads.?

0 Answers  


HOW can I work UNIX commands on Windows XP without installing UNIX O/S in PC

8 Answers   TCL,


What are the main families of threads?

1 Answers  


Categories