I tried evaluating the source string of my final object and noticed
that every evaluation caused new classes to be loaded in memory and
that's not a good thing. Is there a way to serialize javaScriptt
object so that deserialization would not cause new classes to be
loaded. Newly loaded classes go to PermGen and are hard to collect.

It takes quite a bit work to produce my final object in javaScript and
it would be great if I could cache the resulting object to disk.
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to