Think I can apologize on that one. A while before, it bothered me
that it was spawning a new thread on each reload request. I would
have thought having only one was a better approach. I was wrong.
So I just re-tested it now, the thread is spawned on reload, and
frees the memory in the end, no memory increased.
Spawning a thread is actually a better approach, since when we don't
need it, it's just not there.
Sorry for that.
Niko,
On Jul 13, 2006, at 5:16 PM, Philipp Bracher wrote:
The Reloader was done by Ralf Hirning to solve some synchronization
problems caused by concurrent triggering of the reloading. I don't
think that the thread itself is creating memory leaks.
Philipp
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------