--- In [email protected], Tom Chiverton <[EMAIL PROTECTED]> wrote: > Why do you need to do so ?
I need to do this because there would be a lot of unused data in the client's memory. When a user works for hours with the application he will be working with a lot of data. Without freeing the memory that wouldn't be possible. Moreover, after some time he would be working with old and inaccurate data since the data is already loaded on the client so it won't load the new data from the server.

