Hi,
I'm curious about memory management in Content Server, mainly, if you create a Frame, then it goes out of scope, how long does it take before the memory is recovered? It does seem to be eventually recovered but anecdotally it seems to take on the order of hours for this to happen. This is in the case where a large number of frames would be created. And I am using Frames specifically because they are supposed to be disposed once they go out of scope unlike Objects which persist.
-Hugh