cache affinity scheduling
#1

i want the full document of cache affinity scheduling
Reply
#2

Cache affinity scheduling method
In the case of for shared-memory multiprocessors, there are two factors that increase the number of cache misses. One of them being that several processes are forced to time-share the same cache, and as a result, the processes will mutually displace the cache state built up by the previous state. a stream of misses as it rebuilds ita cache state is produced.The processes should reuse their cached state more in order to reduce the number of misses in these workloads. The process of schedule each process based on its affinity to individual caches is one of the methods to solve this. That is, the process is scheduled based on the amount of state that the process has accumulated in an individual cache. This technique is called cache affinity scheduling.
Cache utilisation is often very poor in multithreaded applications, due to the loss of data access locality incurred by frequent context switching. when dynamic load balancing is introduced , the problem gets even more aggravated and the cache content is disrupted by thread migration.
The cache-affinity schedulers traditionally utilise per-processor run queues. A process can develop affinity to a processor and the benefits of this locality management is also described well in the literature. In the present computers, there is a wide gap between the ever-faster processors
and slow memory technology. The cache affinity technology will introduce locality awareness in scheduler design.The memory conscious scheduling will also improve the improve performance of fine grain thread scheduling .

For more details, see:
http://portal.acmcitation.cfm?id=167038&dl=ACM&coll=DL&CFID=2972863&CFTOKEN=66513205
http://freepatentsonline5784614.html
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: ppt for cache affinity scheduling, surface plasmon resonance binding affinity, ppt in pdf file of affinity chrometography instrumentation, definition of seeds in affinity propagation, best affinity chromatography ppt download, what are seeds in affinity propagation, ppt for instrumentation of affinity chromatography,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  source code for task scheduling using genetic algorithm using java 2 9,208 11-04-2017, 08:31 PM
Last Post: Guest
  download source code scheduling fuzzy in matlab 1 894 16-06-2016, 11:11 AM
Last Post: dhanabhagya
  matlab code for hydrothermal scheduling matlab 1 1,028 27-04-2016, 09:17 AM
Last Post: dhanabhagya
  job shop scheduling matlab code genetic algorithm 1 744 16-04-2016, 12:52 PM
Last Post: dhanabhagya
  least slack time scheduling example 1 605 06-04-2016, 11:13 AM
Last Post: dhanabhagya
  ppt for sleep scheduling for critical event monitoring in wsn 1 539 05-04-2016, 02:00 PM
Last Post: dhanabhagya
  packet scheduling algorithms matlab code 1 713 17-03-2016, 03:10 PM
Last Post: dhanabhagya
  free download java source code job scheduling algorithm on cloudsim 1 850 11-03-2016, 02:54 PM
Last Post: seminar report asees
  dynamic cache management technique sherinteresa 0 855 20-06-2011, 09:10 AM
Last Post: sherinteresa
  comparison of different tytpes of scheduling alg in wimax network in opnet modeler [email protected] 5 2,560 26-11-2010, 07:41 AM
Last Post: seminar surveyer

Forum Jump: