Hey all! I'm considering using SpiderMonkey for a scripting engine, but need to know if it provides support for serialization of running code.
Some of the script and host objects may survive over a long period, and I'd like to be able to checkpoint the the server application. Some objects may be built completely at runtime, with no way to recreate them given the initial script since properties and methods may be added based on user responses, etc. So, the ability to checkpoint and then restart the server application is very central to my design. On first look at the embedding docs, it appears it MAY be possible to do what I want. However, I'd really appreciate some feedback from someone experienced with the current spidermonkey code. Thanks in advance! James
