Re: DboSource->query() increases memory unlimitedly

2009-10-20 Thread Sho Shimauchi
On Oct 20, 6:32 pm, AD7six wrote: > On 20 oct, 10:56, Sho Shimauchi wrote: > > > > > On Oct 15, 3:58 pm, AD7six wrote: > > > > On 15 oct, 00:01, Sho Shimauchi wrote: > > > > > My Program's memory usage increses when Model->query() is called. > > > > I found out that a cacheDboSource->_queryC

Re: DboSource->query() increases memory unlimitedly

2009-10-20 Thread AD7six
On 20 oct, 10:56, Sho Shimauchi wrote: > On Oct 15, 3:58 pm, AD7six wrote: > > > > > On 15 oct, 00:01, Sho Shimauchi wrote: > > > > My Program's memory usage increses when Model->query() is called. > > > I found out that a cacheDboSource->_queryCache is not flushed in > > > source code. > > >

Re: DboSource->query() increases memory unlimitedly

2009-10-20 Thread Sho Shimauchi
On Oct 15, 3:58 pm, AD7six wrote: > On 15 oct, 00:01, Sho Shimauchi wrote: > > > > > My Program's memory usage increses when Model->query() is called. > > I found out that a cacheDboSource->_queryCache is not flushed in > > source code. > > >https://trac.cakephp.org/browser/trunk/cake/1.2.x.x/

Re: DboSource->query() increases memory unlimitedly

2009-10-14 Thread AD7six
On 15 oct, 00:01, Sho Shimauchi wrote: > My Program's memory usage increses when Model->query() is called. > I found out that a cache DboSource->_queryCache is not flushed in > source code. > > https://trac.cakephp.org/browser/trunk/cake/1.2.x.x/cake/libs/model/d... > In DboSource->query(), Dbo

DboSource->query() increases memory unlimitedly

2009-10-14 Thread Sho Shimauchi
My Program's memory usage increses when Model->query() is called. I found out that a cache DboSource->_queryCache is not flushed in source code. https://trac.cakephp.org/browser/trunk/cake/1.2.x.x/cake/libs/model/datasources/dbo_source.php#L211 In DboSource->query(), DboSource->fetchAll() is call