ThesaHelp: ACM references a-e
ThesaHelp: references a-b
Topic: memory management by garbage collection
Topic: updating information in a distributed system
Topic: memory management by reference counting
Topic: namespace
Topic: owned resources and data objects
Topic: memory management by age
| |
Reference
Abdullahi, S.E., Ringwood, G.A.,
"Garbage collecting the internet: a survey of distributed garbage collection",
ACM Computing Surveys, 30, 3, pp. 330-373, September 1998.
Google
Quotations
abstract ;;Quote: taxonomy of distributed garbage-collection schemas; explores locality, overhead, and latency
| 336 ;;Quote: can eliminate reference-counting for stack-based allocations
| 337 ;;Quote: use single-bit reference count for owned objects; e.g., most list cells in Lisp
| 343 ;;Quote: waterfall problem of multigenerational collectors: older generations most collect younger generations
| 343 ;;Quote: use reference counting and local mark-scan to detect cyclic structures
| 361 ;;Quote: both distributed and normal garbage collection must balance completeness and expediency; difficult to do if distributed
|
Related Topics
ThesaHelp: ACM references a-e (259 items)
ThesaHelp: references a-b (396 items)
Topic: memory management by garbage collection (113 items)
Topic: updating information in a distributed system (50 items)
Topic: memory management by reference counting (22 items)
Topic: namespace (19 items)
Topic: owned resources and data objects (12 items)
Topic: memory management by age (18 items)
|