Zobrazeno 1 - 10
of 76
pro vyhledávání: '"Distributed garbage collection"'
A lot of research work has been done in the area of Garbage collection for both uniprocessor and distributed systems. Actors are associated with activity (thread) and hence usual garbage collection algorithms cannot be applied for them. Hence a separ
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=doi_dedup___::ba6b264275eae5ec84338804cfc8f2a5
Publikováno v:
ISMM
We propose a scalable, cycle-collecting, decentralized, reference counting garbage collector with partial tracing. The algorithm is based on the Brownbridge system but uses four different types of references to label edges. Memory usage is O (log n)
Publikováno v:
COMPSAC (1)
City of Huntington faces an issue of evenly distributed garbage collection among multiple fleets of trucks on different routes for fair amount of work for workers. This paper describes a method to estimate the weight of garbage picked by the trucks i
Publikováno v:
The Journal of Supercomputing. 70:1588-1616
The use of real-time distribution middleware programmed with high-level languages like Java is becoming of increasing interest in next generation applications. Technology like Java's Remote Method Invocation (RMI) paves the way towards these new dist
Publikováno v:
IEEE Transactions on Parallel and Distributed Systems. 14:1086-1099
Programming distributed applications supporting data sharing is very hard. In most middleware platforms, programmers must deal with system-level issues for which they do not have the adequate knowledge, e.g., object replication, abusive resource cons
Akademický článek
Tento výsledek nelze pro nepřihlášené uživatele zobrazit.
K zobrazení výsledku je třeba se přihlásit.
K zobrazení výsledku je třeba se přihlásit.
Autor:
Assaf Schuster, Dmitry Kogan
Publikováno v:
Journal of Parallel and Distributed Computing. 60:1260-1292
Automatic storage management is important in distributed programming environments because programmer controlled reclamation is highly prone to errors. The main disadvantage of existing memory reclamation schemes is their high communication cost, a co
Autor:
Michael Philippsen
Publikováno v:
Concurrency: Practice and Experience. 12:595-610
The contribution of this paper is twofold. First a distributed garbage collector (DGC) is presented that is optimized for remote method invocation in reliable networks, such as current clusters of workstations. Since the algorithm does not require ex
Autor:
MoreauLuc
Publikováno v:
ACM SIGPLAN Notices. 34:204-215
We present a new distributed garbage collection algorithm that is able to reorganise diffusion trees and to support mobile objects. It has a modular design comprising three components: a reliable transport mechanism, a reference-counting based distri
Publikováno v:
IEEE Transactions on Parallel and Distributed Systems. 6:337-350
This paper shows how to perform concurrent and distributed automatic garbage collection of objects possessing their own thread of control. The relevance of garbage collection and active objects to distributed applications is briefly discussed and the