The structured cloning algorithm is the last thing I want to use to communicate between workers. I advise avoiding it like the plague, instead serializing to JSON, sending the string, and unserializing on the other side. This also keeps the semantics of inter-worker communication aligned with the semantics of distributed inter-machine messaging.
On Fri, Sep 27, 2013 at 8:34 AM, Anne van Kesteren <[email protected]> wrote: > On Fri, Sep 27, 2013 at 11:28 AM, Allen Wirfs-Brock > <[email protected]> wrote: > > The use case was actually suggested in a response to dherman earlier in > this thread when he mentioned sharing symbols between workers. > > We don't need to expose that to user-script though. That would be part > of the structured cloning algorithm. > > > -- > http://annevankesteren.nl/ > -- Cheers, --MarkM
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

