Deadlock detectionIf the system does not employ either a deadlock prevention or avoidance algorithm deadlock, the deadlock situation may occur. In this environment, the system must provide:* An algorithm that examines the state of the system to determine whether there has been a deadlock.
* An algorithm to recover from deadlock.If all resources have only one event, then we can define a deadlock detection algorithm which uses a variant of the...
Selasa, 19 Maret 2013
Posted by Unknown
Posted on 06.09
with No comments
Deadlock avoidance
The caches guarantee that all incoming replies (REPLYs and
COHE_REPLYs) are accepted even if they require further messages to
be sent out. If a REPLY leads to a retry (either because of an RAR
or a NackUpgradeConflictReply), the MSHR originally allocated
by the REQUEST will be used as a resource from which to send
the message to the cache ports. If a REPLY leads to a writeback
or replacement message, its
write-back buffer...
Posted by Unknown
Posted on 05.51
with 1 comment
VIRTUAL MEMORY1. The basic concept of virtual memory:Memory management is essentially putting all the parts of a process that will run into memory before the process is run. To that end, it's all part of the process should have its own place in the physical memory.But not all parts of the process will be run, for example:• Statement or the only option will be exercised in certain circumstances. Examples are: error messages only appear if an error...
Senin, 18 Maret 2013
Posted by Unknown
Posted on 23.36
with 1 comment

Shortest Job First Algorithm
Shortest Job First (SJF) scheduling is a priority and Non Preventive. Non Preveentive mean here is when the allotted time a processor then the processor can not be taken the other, until the process is completed in the execution. This assumes scheduling time to complete the process known in advance. The mechanism is to...
Posted by Unknown
Posted on 23.29
with 1 comment
Algorithm First Come First ServedAlgorithm First Come First Served (FCFS) is also called as the first technique Arriving First Served (PTPD). FCFS is no priority scheduling and without preempsi (see post cpu scheduling). Therefore, this process consists in the queue simultaneously pure.In FCFS, a process that arrives first will be served first. When it arrives at the same time, the services performed by the order they are in the queue. It does not...
Posted by Unknown
Posted on 23.14
with No comments

DEFINITIONS DEFINITIONS InterruptThe process is performed by the microcontroller Interrupt Service RoutineInterrupt is an event or events that led to the microcontroller interrupt pause to serve them. Programs that run at interrupt minister called Interrupt Service Routine. The analogy is as follows, someone is typing reports, telephone suddenly rang...
Posted by Unknown
Posted on 23.09
with No comments
Management Processes and ThreadsDefinition of ProcessThe process is a program being executed. According
to Silberschatz process is not just a program code (text section), but
includes several activities in question as the program counter and
stack. A
process also involves a stack that contains temporary data (parameters
of function / method, return address and local variables) and data
section that stores global variables. Tanenbaum
also believes...
Langganan:
Postingan (Atom)