[vos-d] s5 concurrency (design part 2)
Reed Hedges
reed at interreality.org
Thu Apr 12 08:16:59 EDT 2007
So messages between local objects will be serialized and passed like
remote messages, rather than being method calls? Is that overhead a
concern?
If so, maybe an optimization would be to have a message format that just
packs native machine format arguments into the message in the same order
as the method handler arguments (omitting the field labels)?
Reed
More information about the vos-d
mailing list