Geoffrey Talvola wrote:
> So you are finding that WebKit leaks memory whenever any
> unhandled exception
> happens in a servlet? I'll do some testing to see if I can
> reproduce it
> here.
Well, I can't seem to reproduce it here. Hitting the same page that causes
an exception over and over do
Brondo, Greg wrote:
> Thanks to Jay Love for all his help. Here's the current situation:
>
> 1) If I do not catch exceptions, it appears the thread dies
> and restarts
> but the memory is never freed. With a high volume app it can
> consume much
> memory very quickly (I ate 3.5 GB in less th
Thanks to Jay Love for all his help. Here's the current situation:
1) If I do not catch exceptions, it appears the thread dies and restarts
but the memory is never freed. With a high volume app it can consume much
memory very quickly (I ate 3.5 GB in less than 5 hours). Since I've added
try/e