Re: Memory leakage

2008-09-07 Thread Dianne van Dulken
x27;t caused by memory leakage, please can someone give me some direction on how I can prevent it? Thankyou Dianne --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send em

Re: Memory leakage

2008-09-05 Thread mark_story
On Sep 5, 12:56 am, Dianne van Dulken <[EMAIL PROTECTED]> wrote: > And continuing on on my own thing. > > I've now put some code in the core cake information, within libs\model > \datasources\dbo\dbo_mysql.php > > function _execute($sql) { > mysql_free_result(); // just to m

Re: Memory leakage

2008-09-04 Thread Dianne van Dulken
And continuing on on my own thing. I've now put some code in the core cake information, within libs\model \datasources\dbo\dbo_mysql.php function _execute($sql) { mysql_free_result(); // just to make sure it is freed. echo "Before executing (in bytes): ",

Re: Memory leakage

2008-09-04 Thread Dianne van Dulken
Hi guys, I've managed to get rid of the Session error, but it hasn't made any difference on my memory leakage. Do I need to manually set an sql disconnect statement somewhere or something like that? Di --~--~-~--~~~---~--~~ You received this message b

Re: Memory leakage

2008-09-04 Thread teknoid
Dulken > Sent: Thursday, September 04, 2008 2:04 PM > To: CakePHP > Subject: Memory leakage > > Hi, > > I was wondering if anyone had come across this before.  I'm having a > major  problem with memory leakage.   It seems to be related to a > header already set and thus c

RE: Memory leakage

2008-09-04 Thread Cysneros, Nelson SPAWAR
: Thursday, September 04, 2008 2:04 PM To: CakePHP Subject: Memory leakage Hi, I was wondering if anyone had come across this before. I'm having a major problem with memory leakage. It seems to be related to a header already set and thus cannot send session_start warning that i get. The w

Re: Memory leakage

2008-09-04 Thread fr3nch13
er's closing bracket.  If you do remove it and see if that > fixes it. > > Regards > > On Sep 4, 2:04 pm, Dianne  van Dulken <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I was wondering if anyone had come across this before.  I'm having a > &

Re: Memory leakage

2008-09-04 Thread Nelson Cysneros
cross this before.  I'm having a > major  problem with memory leakage.   It seems to be related to a > header already set and thus cannot send session_start warning that i > get. > > The warning is below (and also the memory leak) > > 7. at end of cakephp findAll id: confi

Re: Memory leakage

2008-09-04 Thread Dardo Sordi Bogado
Can you post the code that makes this? On Thu, Sep 4, 2008 at 6:04 PM, Dianne van Dulken <[EMAIL PROTECTED]> wrote: > > Hi, > > I was wondering if anyone had come across this before. I'm having a > major problem with memory leakage. It seems to be related to a >

Memory leakage

2008-09-04 Thread Dianne van Dulken
Hi, I was wondering if anyone had come across this before. I'm having a major problem with memory leakage. It seems to be related to a header already set and thus cannot send session_start warning that i get. The warning is below (and also the memory leak) 7. at end of cakephp findA