RequestFactory causing OutOfMemoryError

2011-06-14 Thread Filip Krygowski
Hi! We've recently been trying to switch from GWT-RPC to RequestFactory and we've been generally successful. However, we’ve noticed that after quite a large number of requests (depending on the volume of data sent) the server was running out of memory. I set up a test project to investigate and

Re: RequestFactory causing OutOfMemoryError

2011-06-14 Thread Julian Scheid
On Tue, Jun 14, 2011 at 7:18 PM, Filip Krygowski filip.krygow...@gmail.com wrote: I took a long and careful look at the heap and after some analysis I noticed that the Longs I’ve been sending don’t get garbage-collected (also true for other types stored in lists, which I checked later). The

Re: RequestFactory causing OutOfMemoryError

2011-06-14 Thread khiem nguyen
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/b16e9efa51b6/4e7c898492471c12?hl=enlnk=gstq=leak#4e7c898492471c12 On Tue, Jun 14, 2011 at 9:21 AM, Julian Scheid julian...@googlemail.comwrote: On Tue, Jun 14, 2011 at 7:18 PM, Filip Krygowski filip.krygow...@gmail.com