Re: Slowdown in Jython

2006-12-29 Thread tac-tics
> Jython is a Java application That was the intellectual leap I needed to solve the problem. I forgot that I have total access to Java memory management. It turns out at the point of slowdown, Java was continually running full GC, causing the awful loss of performance. I figured out that I was not

Re: Slowdown in Jython

2006-12-29 Thread Kent Johnson
tac-tics wrote: > I have an application written in jython which has to process a number > of records. It runs fine until it gets to about 666 records (and maybe > that's a sign), and then, it's performance and responsiveness goes down > the toilet. It looks like it's running out of memory and is be

Re: Slowdown in Jython

2006-12-28 Thread Gabriel Genellina
At Thursday 28/12/2006 13:14, tac-tics wrote: I have an application written in jython which has to process a number of records. It runs fine until it gets to about 666 records (and maybe that's a sign), and then, it's performance and responsiveness goes down the toilet. It looks like it's runnin

Slowdown in Jython

2006-12-28 Thread tac-tics
I have an application written in jython which has to process a number of records. It runs fine until it gets to about 666 records (and maybe that's a sign), and then, it's performance and responsiveness goes down the toilet. It looks like it's running out of memory and is being forced to use extend