Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Profiling an application using AnimatorProxy can give false negatives #7

Open
jouni opened this issue Oct 28, 2011 · 0 comments
Open

Comments

@jouni
Copy link
Owner

jouni commented Oct 28, 2011

If you profile an application which uses the AnimatorProxy component using a server-side only tool (such as JMeter), the memory usage of the app will grow uncontrollably.

This is because the AnimatorProxy depends on messages sent from the client back to the server for it to clean up references to the animations. So in real use, such memory leaks will not be present.

The place in code where the cleanup is done: https://github.com/jounikoivuviita/Animator/blob/master/src/org/vaadin/jouni/animator/AnimatorProxy.java#L155

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant