ACM Home Page

Searching within The Guide for: CCS:D41  (start a new search)

Found 7,796 of 1,394,228

REFINE YOUR SEARCH

ADVANCED SEARCH
Advanced search.  Advanced Search

FEEDBACK
Please provide us with feedback. Please provide us with feedback

Found 7,796 of 1,394,228

Results 1 - 20 of 7,796
Sort by in
Result page: 1   2   3   4   5   6   7   8   9   10    next    >>
1
Garbage collection in Chicago: a dynamic scheduling model
July 1997
Management Science , Volume 43 Issue 7
Publisher: INFORMS
Additional Information:full citation, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 1

Keywords: Markov decision process, capacitated truck routing, garbage collection, public sector application
2
A multi-level load balancing scheme for OR-parallel exhaustive search programs on the multi-PSI
February 1990
PPOPP '90: Proceedings of the second ACM SIGPLAN symposium on Principles & practice of parallel programming
Publisher: ACM Request Permissions Request Permissions   
Full text available: PdfPdf (1.05 MB)
Additional Information:full citation, abstract, references, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): 5,   Downloads (12 Months): 25,   Downloads (Overall): 259,    Citation Count: 12

Good load balancing is the key to deriving maximal performance from multiprocessors. Several successful dynamic load balancing techniques on tightly-coupled multiprocessors have been developed. However, load balancing is more difficult on loosely-coupled ...


Also published in:
March 1990 SIGPLAN Notices Volume 25 Issue 3
3
Methods for detecting deadlocks in information systems
April 1991
Automatic Control and Computer Sciences , Volume 24 Issue 4
Publisher: Allerton Press, Inc.
Additional Information:full citation, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 0
4
Performance evaluation of a new distributed deadlock detection algorithm
September 1994
SIGMOD Record , Volume 23 Issue 3
Publisher: ACM
Full text available: PdfPdf (465.18 KB)
Additional Information:full citation, abstract, references, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): 6,   Downloads (12 Months): 25,   Downloads (Overall): 160,    Citation Count: 3

In this paper, a new probe-based distributed deadlock detection algorithm is proposed. It is an enhanced version of the algorithm originally proposed by Chandy's et al. [5,6]. The new algorithm has proven to be error free and suffers very little performance ...

5
Scheduling Real-Time Systems with End-to-End Timing Constraints Using the Distributed Pinwheel Model
January 2001
IEEE Transactions on Computers , Volume 50 Issue 1
Publisher: IEEE Computer Society
Full text available: Publisher SitePublisher Site
Additional Information:full citation, abstract, references, cited by, index terms, review
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 2

Abstract¿Real-time distributed applications have timing constraints on tasks running on several processors. To design real-time systems with end-to-end performance requirements, we need to have algorithms to schedule and to coordinate tasks on different ...


Keywords: Distributed system, real-time system, pinwheel scheduling, end-to-end delay.
6
Rate monotonic schedulability tests using period-dependent conditions
November 2007
Real-Time Systems , Volume 37 Issue 2
Publisher: Kluwer Academic Publishers
Additional Information:full citation, abstract, references, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 0

Feasibility and schedulability problems have received considerable attention from the real-time systems research community in recent decades. Since the publication of the Liu and Layland bound, many researchers have tried to improve the schedulability ...


Keywords: Periodic scheduling, Rate monotonic analysis, Real-time systems, Schedulability test
7
The Impact of Local Priority Policies on Grid Scheduling Performance and an Adaptive Policy-based Grid Scheduling Algorithm
July 2004
HPCASIA '04: Proceedings of the High Performance Computing and Grid in Asia Pacific Region, Seventh International Conference on (HPCAsia'04) - Volume 00 , Volume 00
Publisher: IEEE Computer Society
Full text available: Publisher SitePublisher Site
Additional Information:full citation, abstract, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 0

This paper presents a performance evaluation of a scheduling algorithm on a computational grid where each site employs a different local scheduling policy. It is demonstrated that when some sites apply a priority policy in favor of local jobs, other ...

8
Optimal probabilistic allocation of customer types to servers
May 1995
SIGMETRICS '95/PERFORMANCE '95: Proceedings of the 1995 ACM SIGMETRICS joint international conference on Measurement and modeling of computer systems
Publisher: ACM Request Permissions Request Permissions   
Full text available: PdfPdf (839.16 KB)
Additional Information:full citation, abstract, references, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): 1,   Downloads (12 Months): 10,   Downloads (Overall): 138,    Citation Count: 6

The model under consideration consists of n customer types attended by m parallel non-identical servers. Customers are allocated to the servers in a probabilistic manner; upon arrival customers are sent to one of the servers according to ...


Also published in:
May 1995 SIGMETRICS Performance Evaluation Review Volume 23 Issue 1
9
Efficient on-the-fly data race detection in multithreaded C++ programs
June 2003
PPoPP '03: Proceedings of the ninth ACM SIGPLAN symposium on Principles and practice of parallel programming
Publisher: ACM Request Permissions Request Permissions   
Full text available: PdfPdf (288.53 KB)
Additional Information:full citation, abstract, references, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): 11,   Downloads (12 Months): 122,   Downloads (Overall): 762,    Citation Count: 23

Data race detection is highly essential for debugging multithreaded programs and assuring their correctness. Nevertheless, there is no single universal technique capable of handling the task efficiently, since the data race detection problem is computationally ...


Keywords: concurrency, data race, instrumentation, multithreading, synchronization

Also published in:
October 2003 SIGPLAN Notices Volume 38 Issue 10
10
An Ada solution to the general mutual exclusion problem
July 1993
SIGAda Ada Letters , Volume XIII Issue 4
Publisher: ACM
Full text available: PdfPdf (337.00 KB)
Additional Information:full citation, abstract, references, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): 9,   Downloads (12 Months): 19,   Downloads (Overall): 186,    Citation Count: 2

Although some specific mutual exclusion problems have been studied extensively, automatic solutions to synchronize general mutual exclusion problems with arbitrary mutual exclusion constraints have not been fully explored. This paper discusses an Ada ...

11
An Empirical Evaluation ofWork Stealing with Parallelism Feedback
July 2006
ICDCS '06: Proceedings of the 26th IEEE International Conference on Distributed Computing Systems
Publisher: IEEE Computer Society
Full text available: Publisher SitePublisher Site
Additional Information:full citation, abstract, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 3

A-STEAL is a provably good adaptive work-stealing thread scheduler that provides parallelism feedback to a multiprocessor job scheduler. A-STEAL uses a simple multiplicative-increase, multiplicative-decrease algorithm to provide continual parallelism ...

12
A Customizable Embedded SoC Platform Architecture
July 2004
IWSOC '04: Proceedings of the System-on-Chip for Real-Time Applications, 4th IEEE International Workshop
Publisher: IEEE Computer Society
Full text available: Publisher SitePublisher Site
Additional Information:full citation, abstract, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 0

In this paper, we present a general purpose and customizable IP platform, with hardware support for multi-processors, multi-threading and real-time applications. It integrates essential elements of a scalable SoC software and hardware architecture. The ...

13
Dynamic load balancing strategies for conservative parallel simulations
July 1997
PADS '97: Proceedings of the eleventh workshop on Parallel and distributed simulation
Publisher: ACM
Full text available: PdfPdf (1.09 MB)
Additional Information:full citation, abstract, references, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): 9,   Downloads (12 Months): 50,   Downloads (Overall): 430,    Citation Count: 12

This paper studies the problem of load balancing for conservative parallel simulations for execution on a multicomputer. The synchronization protocol makes use of Chandy-Misra null-messages. We propose a dynamic load balancing algorithm which assumes ...


Also published in:
July 1997 SIGSIM Simulation Digest Volume 27 Issue 1
14
ThreadMentor: a pedagogical tool for multithreaded programming
March 2003
Journal on Educational Resources in Computing (JERIC) , Volume 3 Issue 1
Publisher: ACM Request Permissions Request Permissions   
Full text available: PdfPdf (438.28 KB)
Additional Information:full citation, abstract, references, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): 23,   Downloads (12 Months): 114,   Downloads (Overall): 1401,    Citation Count: 5

ThreadMentor is a multiplatform pedagogical tool designed to ease the difficulty in teaching and learning multithreaded programming. It consists of a C++ class library and a visualization system. The class library supports many thread management functions ...


Keywords: multithreaded programming, synchronization, synchronization primitives, threads, visualization
15
P2P design and implementation of a parallel branch and bound algorithm for grids
December 2009
International Journal of Grid and Utility Computing , Volume 1 Issue 2
Publisher: Inderscience Publishers
Additional Information:full citation, abstract, references, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 0

Solving optimally large instances of combinatorial optimisation problems using Branch and Bound (B&B) algorithms is CPU-time intensive and requires a large number of computational resources. To harness such huge amount of resources Peer-to-Peer ...


Keywords: P2P computing, ProActive, combinatorial optimisation, flow shop scheduling, grid computing, parallel branch and bound, peer computing, peer-to-, permutation flow shop problem
16
Extensible protected types
November 1998
SIGAda '98: Proceedings of the 1998 annual ACM SIGAda international conference on Ada
Publisher: ACM Request Permissions Request Permissions   
Full text available: PdfPdf (1.06 MB)
Additional Information:full citation, references, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): 3,   Downloads (12 Months): 6,   Downloads (Overall): 96,    Citation Count: 4

Keywords: Ada 95, concurrent object-oriented programming

Also published in:
November 1998 SIGAda Ada Letters Volume XVIII Issue 6
17
Feedback coupled resource allocation policies in the multiprogramming-multiprocessor computer system
December 1974
SIGMETRICS '74: Proceedings of the 1974 ACM SIGMETRICS conference on Measurement and evaluation
Publisher: ACM Request Permissions Request Permissions   
Additional Information:full citation, abstract, references, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 0

This paper presents model studies of some integrated feedback-driven scheduling systems for a multiprogrammed computer system. This abstract can present only the conclusions of the studies and little of the supporting data and detail. The basic format ...


Also published in:
December 1974 SIGMETRICS Performance Evaluation Review Volume 3 Issue 4
18
Reentering the dos shell
April 1990
Programmer's Journal , Volume 8 Issue 3
Publisher: Oakley Publishing Company
Additional Information:full citation, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 0
19
Region Scheduling: An Approach for Detecting and Redistributing Parallelism
April 1990
IEEE Transactions on Software Engineering , Volume 16 Issue 4
Publisher: IEEE Press
Full text available: Publisher SitePublisher Site
Additional Information:full citation, abstract, references, cited by, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 38

Region scheduling, a technique applicable to both fine-grain and coarse-grain parallelism, uses a program representation that divides a program into regions consisting of source and intermediate level statements and permits the expression of both data ...


Keywords: coarse-grain parallelism, code generation, fine-grain, parallel programming, program compilers, program representation, reconfigurable long instruction word architecture, redistributing parallelism, region scheduling, scheduling., trace scheduling
20
Job Centric Cluster Monitoring
July 2006
ICPADS '06: Proceedings of the 12th International Conference on Parallel and Distributed Systems - Volume 1 , Volume 1
Publisher: IEEE Computer Society
Full text available: Publisher SitePublisher Site
Additional Information:full citation, abstract, index terms
Bibliometrics:  Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Downloads (Overall): n/a,    Citation Count: 0

This paper describes a system for monitoring jobs on large computational clusters. The aim is to extract information that is most useful for understanding the complete life-cycle of a job, combining and organising data from multiple sources. Information ...


Keywords: Job Monitoring, High Performance Computing, Cluster Computing, Grid Monitoring.
Result page: 1   2   3   4   5   6   7   8   9   10    next    >>