Proceedings of the International Workshop on Smalltalk Technologies 2011
DOI: 10.1145/2166929.2166930
|View full text |Cite
|
Sign up to set email alerts
|

Clustered serialization with fuel

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
10
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
4
4

Relationship

2
6

Authors

Journals

citations
Cited by 9 publications
(10 citation statements)
references
References 18 publications
0
10
0
Order By: Relevance
“…Control Serialized Objects. Fuel [DPDA11] allows the serialization of all objects reachable from a certain starting object, exceptions and stack traces comprised. While this is a desirable property for a serializer, this may become problematic when employing it for an out-of-place debugger.…”
Section: Discussionmentioning
confidence: 99%
See 1 more Smart Citation
“…Control Serialized Objects. Fuel [DPDA11] allows the serialization of all objects reachable from a certain starting object, exceptions and stack traces comprised. While this is a desirable property for a serializer, this may become problematic when employing it for an out-of-place debugger.…”
Section: Discussionmentioning
confidence: 99%
“…The IDRA Monitor controls the target application and suspends its execution when it finds a breakpoint. Every time a breakpoint is hit, the IDRA Monitor serializes the stack trace and all objects reachable from it using the Fuel serializer [DPDA11] and sends it to the IDRA Manager. Fuel will serialize the contexts of the call stack and all the objects referenced from each context.…”
Section: Out-of-place Debugging In Pharomentioning
confidence: 99%
“…Marea is fully implemented 14 [DMPDA11]). In this section, we explain Marea's design and its requirements from the programming language.…”
Section: Methodsmentioning
confidence: 99%
“…Since stack reifications appear to the language as normal heap allocated objects, they can be serialized and transferred like any other object. To serialize, we use Fuel [6], a standard serialization library in Pharo. For network communication between different threads, we use Zinc 5 , the same HTTP framework we presented as use case.…”
Section: Serializing Call-stacksmentioning
confidence: 99%