AW: StringBuffer memory optimization

2004-10-08 Thread Steffen Heil
Hi > There is a known StringBuffer memory leak in a certain version of the jvm (which I can't remember now offhand). But I'm pretty sure I mentioned on this list before, so search the archives. (or just wait.. someone will chime in with the exact version). I think it was around 4.1.2_05 ? First,

RE: StringBuffer memory optimization

2004-10-08 Thread Mike Curwen
d 4.1.2_05 ? > -Original Message- > From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] > Sent: Friday, October 08, 2004 3:28 PM > To: Tomcat-User List (E-mail) > Subject: StringBuffer memory optimization > > > Hello folks, i have a problem with StringBuffer, > p

Re: StringBuffer memory optimization

2004-10-08 Thread David Wall
> Hello folks, i have a problem with StringBuffer, profiling my > web-application i noticed, StringBuffer due to its creation and use consumes > too much memory. Does onyone here know a good way to solve that problem? Not much to go on there, but a key factor to using StringBuffer "well" is if yo

Re: StringBuffer memory optimization

2004-10-08 Thread QM
On Fri, Oct 08, 2004 at 05:27:52PM -0300, Edson Alves Pereira wrote: : Hello folks, i have a problem with StringBuffer, profiling my : web-application i noticed, StringBuffer due to its creation and use consumes : too much memory. Does onyone here know a good way to solve that problem? That'

StringBuffer memory optimization

2004-10-08 Thread Edson Alves Pereira
Hello folks, i have a problem with StringBuffer, profiling my web-application i noticed, StringBuffer due to its creation and use consumes too much memory. Does onyone here know a good way to solve that problem? Regards, Edson