I tried serializing function source string but that does not scale well because every time that source is evaluated new classes get loaded. These classes fill up perm gen and are hard to collect.
Is there a way to serialize objects in Rhino so that deserialization does not create and load new classes? javaScript code does a fair amount of job before I get my object. Now I need to take the final result (or intermediate source string) and cache it on disk. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
