welcome
documentation
resources
contribute
blogs
download
Sign in
wish# 1005 Concurrent serialization
Submitter:
javier
Category:
Compiler
Date:
2015/09/03
Number:
1005
Status:
Open
Synopsis:
Concurrent serialization
Description
Assuming wish#1004, (https://www.eiffel.org/resources/wish/1004) we can simplify the object graph traversal for serialization to be concurrent. Meaning that we do not need to perform lock_marking and unlock_marking. In other words, allowing multiple concurrent serializations. This may also require a reworking of the mismatch corrector facility as this does not appear to be thread-safe when magically called by the run-time
Go to wish list
Interactions