(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

processor scheduling technique

Why is it important?

Scheduling policies have been widely studied and used in computer science. But, with the ever increasing data needs we need more efficient and smarter scheduling techniques. A good processor scheduling policy positively impacts the computation power and plays a crucial role when large data is to be processed. Efficient scheduling and load balancing is a prerequisite for cloud computing, big data applications, data mining systems and other numerous similar applications. This paper presents one such smart load balancing and processor scheduling technique.

Read more on Kudos…
The following have contributed to this page:
Rohit Bhullar
' ,"url"));