Karl Dahlke <[email protected]> writes: > As promised, here are some thoughts on messages between eb and the back-end
This looks like a very solid start to me. I assume that for convenience, you'll be calling these two processes eb and js, so I use those names below. I noticed that there's not a corresponding "destroy object" message, but the main eb process never really needs to be able to do that, does it? On the other hand, the js process might very well destroy objects that are known to the eb process, so we need some kind of message that can be sent from js to eb: object_was_destroyed, with parameters of a context number and object number. -- Chris _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
