58 citations found. Retrieving documents...
Abraham Silberschatz and Peter B. Galvin. Operating System Concepts. Addison-Wesley, 4th edition, 1994.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:

First 50 documents  Next 50

The Performance Impact of Advance - Reservation Meta-Scheduling Quinn   (Correct)

....of each local scheduler has changed. This could be due to local scheduling or due to reservations created by a competing metascheduler attempting to create advance reservations in the same time frame. The potential for deadlock is brought about because all of the four deadlock conditions exist [10]. Eliminating one of the four conditions eliminates deadlock. Perhaps the easiest condition to eliminate is Hold and Wait. In a metascheduling environment, this means that as advance reservations are created, if any reservation cannot be made due to recent resource availability changes, all ....

Abraham Silberschatz and Peter Baer Galvin. Operating System Concepts. Addison- Wesley, 1998.


Copyright by Vijay Kumar Devatha, 2003 - Scheduling Framework For   (Correct)

....levels on the leastloaded server on the grid, enabling the client to modify its request appropriately and resubmit. 4.1.3. Maintaining Data Consistency Servers and clients publishing and subscribing to a central directory is a classic instance of the reader writer synchronization problem [23]. Both publish and subscribe requests are made in the form of network calls. Consider a case where server S had the highest available utilization among all the servers in the grid, but the arrival of a CPU intensive local real time task caused its availability to drop down to a negative value. ....

Abraham Silberschatz, Peter Galvin, Operating System Concepts. 5 th Ed., Addison-Wesley, 1999.


Framework Design for End-to-End Optimization - Sane, Singhai, Campbell (1998)   (1 citation)  (Correct)

....o#set, and then invoke DiskDriver: readDisk(da, bu#er) to get the data. This is shown in Fig. 1(a) However, in this implementation, every access incurs disk seek latency. Therefore, fast implementations batch requests that refer to the same track, amortizing the latency over the batch of requests [35]. Batching is implemented by changing how File and DiskDriver interact. For instance, first we change the arguments to read( and readDisk( into Requests that can be sorted, queued and compacted. Next, we modify read( to enqueue a Request and wait for it to complete. Finally, implement a ....

Abraham Silberschatz and Peter B. Galvin. Operating System Concepts. Addison Wesley, 1997. 137


PortOS: An Educational Operating System for the Post-PC Environment - Emin (2002)   (1 citation)  (Correct)

....that it focuses on distributed computing on mobile computers, and it supports Windows NT 98 2000 ME as well as the CE PocketPC Handheld PC 2000 platforms. PortOS is a multi phase operating systems project designed to accompany a traditional presentation of operating systems found in OS textbooks [8, 10, 12]. These texts provide some insight into implementation issues, but mostly focus on theory. PortOS complements them with subprojects covering threads, scheduling, unreliable datagrams, reliable streams, ad hoc routing and file systems. Students program in C against a realistic, but sanitized, ....

Abraham Silberschatz and Peter Galvin. Operating System Concepts. John Wiley and Sons, fifth edition, 1997.


Global Aspects of System Protocols - Strijbos   (Correct)

....explained. After this, the handling of deadlock will be described in section 3. In section 4 the context of deadlock in Paul specifications will be described. 2. 2 Deadlock in general Deadlock occurs in situations where a process can request certain resources that are not immediately granted [19]. The process has to wait until the resource is released. It may happen that a process never continues because the resources it requests are held by other waiting processes, and will never be released. This situation is called deadlock . This situation, of course, is unwanted but is also hard to ....

Abraham Silberschatz and Peter B. Galvin. Operating System Concepts. Addison-Wesley Publishing Company, 4 edition, 1994.


A Security-Property Language for Self-Certified Code - Bernard (1999)   (Correct)

....mutexes, shared input output devices) to be released promptly once acquired. Other applications (e.g. networking) must constrain the rate at which an agent uses a resource. Protection Operating system protection mechanisms prevent an agent from accessing resources for which it is not authorized [SG98, Lam71, WCC 74] Authorization protocols are beyond the scope of this proposal, but a protection mechanism can be developed with respect to a trusted authorization scheme. The JDK 1.2 Security Model [GMPS97] is based on an informal access control speci cation; encoding elements of the JDK 1.2 ....

Abraham Silberschatz and Peter Baer Galvin. Operating System Concepts. Addison Wesley, fth edition, 1998.


Buffer Sharing For Video On Demand Servers: An Implementation And .. - Rohrer   (Correct)

....disk optimizations, better SCSI disks are able to report the relevant information. 7] These drawbacks put the use of such optimizations beyond the scope of this research. 4 The authors of the paper use the name C LOOK, which is consistent with Silberschatz s textbook on operating systems. [5] Deitel s textbook on operating systems uses the name C SCAN for the same algorithm, which does not automatically seek to the extremes of the disk during each pass, unlike Silberschatz s description of SCAN and CSCAN. 6] 7 Chapter 3 The Block Release Sharing (BRS) Algorithm The Block Release ....

Abraham Silberschatz and Peter B. Galvin. Operating System Concepts. Addison-Wesley, fourth edition,


Accelerating Demand Paging for Local and Remote Out-of-Core.. - Ellsworth (2001)   (Correct)

....The referenced bit of a page is cleared as it is examined during the scanning, which means that a page is reallocated if it has not been accessed after two scanning passes have completed. This algorithm was adapted from similar ones used for virtual memory page replacement in operating systems [14]. 3.1 Field Encapsulation Library The paging system is part of the Field Encapsulation Library [15] This library encapsulates the management of field data for different grids, such as regular, structured curvilinear, multiblock, and unstructured grids. It provides a grid independent interface ....

Abraham Silberschatz and Peter Baer Galvin. Operating System Concepts. John Wiley and Sons, 5th edition, 1998. 7


Application-level Caching for Web-based Database Access - Yanqing Lu And   (Correct)

....needs to limit the number of cache files to a reasonable number. If there are too many cache files, it needs to delete some of them. It is reasonable that the page that has not been used for the longest period of time should be deleted. This approach is the Least Recently Used (LRU) algorithm [2]. Using doubly linked list is particularly appropriate for software implementations of LRU algorithm and this is the data structure we choose to maintain the cache. When a cache file is newly generated, it s cache record is added to the head of the linked list. When a cache file is requested, its ....

Abraham Silberschatz and Peter Baer Galvin, Operating System Concepts, Fifth Edition, Addison-Wesley, 1998.


A Collaboration Specification Language - Li, Muntz (1999)   (2 citations)  (Correct)

....is received from another cocavm with logic time t 1 , and the logic clock of this cocavm reads t 2 . If t 1 t 2 , then we set t 2 t 1 1. This scheme maintains the causal relationship of messages across cocavms and can be easily extended to support a consistent total ordering of all messages[32]. 6.2 Transaction Within the cocavm, there could be multiple threads of execution. It is necessary to have some synchronization mechanism between concurrent threads. For this purpose, operators of the internal database are atomic and synchronized. And we further introduce a special symbol as ....

Abraham Silberschatz and Peter Galvin. Operating System Concepts. Fifth Edition, p.563-566. Addison Wesley Longman, Inc., 1998


Cache Management for Real Time Visualization of 2D Data Sets - Andr Matos Jonas (1998)   (Correct)

....algorithms only control which data sets are swapped out of the cache when new data must be loaded. A common Anais do X SIBGRAPI (1998) 1 2 A. MATOS, J. GOMES, L. VELHO algorithm is the Least Recently Used(LRU) where the data sets that have not been used for the longest time are swapped out. [6]. But, in the case of Computer Graphics applications, a better cache management strategy exists if spatial coherence is taken into account. Many algorithms can be optimized in Computer Graphics by taking advantage of spatial coherence of the data sets [7] Usually, the data to be visualized ....

Abraham Silberschatz and Peter Baer Galvin. Operating System Concepts. Addison-Wesley, 1997.


Proof Linking: A Modular Verification Architecture for Mobile Code .. - Fong (2004)   (2 citations)  (Correct)

No context found.

Abraham Silberschatz and Peter B. Galvin. Operating System Concepts. Addison-Wesley, 4th edition, 1994.


A Component-Based Infrastructure for Pervasive User.. - Rigole.. (2005)   (Correct)

No context found.

Abraham Silberschatz and Peter B. Galvin. Operating System Concepts. AddisonWesley, fifth edition edition, 1998.


Race Conditions: A Case Study - Carr, Mayo, Shene (2002)   (Correct)

No context found.

Abraham Silberschatz and Peter B. Galvin, Operating System Concepts, 5 edition, Addison-Wesley, 1998.


Coordinating Access to Computation and Data in Distributed Systems - Thain (2004)   (Correct)

No context found.

Abraham Silberschatz and Peter Galvin. Operating Systems Concepts. Addison-Wesley, Reading, Massachusetts, 1998.


Coordinating Access to Computation and Data in Distributed Systems - Thain (2004)   (Correct)

No context found.

Abraham Silberschatz and Peter Galvin. Operating Systems Concepts. Addison-Wesley, Reading, Massachusetts, 1998.


Heuristic Scheduling Algorithms to Access the Critical Section - In Shared Memory   (Correct)

No context found.

Abraham Silberchatz, and Peter B. Galvin, " Operating system concepts," Fourth edition, Addison-Wesley Inc., 1994.


Enforcing Formal Security Properties - Bernard, Lee (2001)   (Correct)

No context found.

Abraham Silberschatz and Peter Baer Galvin. Operating System Concepts. Addison Wesley, fth edition, 1998.


Developing Scheduling Algorithms to Access the Critical Section.. - Hefeeda (1997)   (Correct)

No context found.

Abraham Silberchatz and Peter B. Galvin, Operating System Concepts, Fourth edition, Addison-Wesley, 1994.


The Implementation of the File Service Module for the Distributed.. - Tatah (2001)   (Correct)

No context found.

Abraham Silberschatz and Peter B. Galvi. Operating System Concept. Addison-Wesley Publishing Company, 1994.


Bottleneck Management: A New Approach to Bandwidth Management - Stenzel (1997)   (Correct)

No context found.

Abraham Silberschatz and Peter Galvin. Operating Systems Concepts (Fourth Edition). Addison-Wesley Publishing Company, Reading, Massachusetts, 1994.


Race Conditions: A Case Study - Carr, Mayo, Shene (2001)   (Correct)

No context found.

Abraham Silberschatz and Peter B. Galvin, Operating System Concepts, 5 edition, Addison-Wesley, 1998.


Performance Modeling of Distributed and Replicated Databases - Nicola, Jarke (2000)   (6 citations)  (Correct)

No context found.

Abraham Silberschatz, Peter B. Galvin: "Operating System Concepts" , Addison Wesley, Edition 1994.


A Collaboration Specification Language - Li, Muntz (1999)   (2 citations)  (Correct)

No context found.

Abraham Silberschatz and Peter Galvin. Operating System Concepts. Fifth Edition, p.563-566. Addison Wesley Longman, Inc., 1998


Race Conditions: A Case Study - Carr, Mayo, Shene   (Correct)

No context found.

Abraham Silberschatz and Peter B. Galvin, Operating System Concepts, 5 th edition, Addison-Wesley, 1998.

First 50 documents  Next 50

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC