[Celerity-users] memory leaks and serialize blockage
jason franklin-stokes
jasoninclass at googlemail.com
Wed Dec 9 17:58:14 EST 2009
the method enable_event_listener has 2 side effects.
1. it seems to hold on to objects which result in the javascript threads not being able to close. so over time memory useage grows and cannot be collected by the GC
2. as soon as enable_event_listener has been called it becomes no longer possible to serilaize webclient.
question.
what exactly is this method for? is there another way of doing this so that it does hold objects in memory and does not get in the way of serialize?
would be great to get some feedback
thanks
jason.
More information about the Celerity-users
mailing list