Jump to content

garbage collection


nadeemshafi9

Recommended Posts

Hello guys

 

i am building an application using alot of AJAX used in single calls to PHP files and timouted called to PHP files eg every 1 or 3 seconds to get recordsets etc.

 

My problem is the i am wasting alot of memory, i dont know if its normal but in the space of 15 minuits its used 50 MB on 1 page, it does not crash the server thogh, it seems to be increasing about 1MB per 30 seconds it hasent caused a crash as of yet but i am worried.

 

i have used mysql_free_result($result);

 

should i be freing every thing on the PHP adapter page called repeatedly ?

 

what should i look in to freeing and can mysql_free_result(); work on all variables ? or just the SQL query result arrays ?

 

thanks for any help

 

 

Link to comment
Share on other sites

  • 2 weeks later...

its weird, i uploaded it to the linux box and when accessing it remotley it seems to not build any mem on my comp so its not java, and looking at the box throgh the shell the memory on that is ok, but on my windows box it starts going crazy. I think it is the javascript leak, i am calling the script every 3 seconds and another every 1 second and they basicaly replace an element in the ppage with results from the php file.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.