News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Alex Netkachov's Blog:
Optimize PHP memory usage eliminate circular references
September 18, 2007 @ 17:17:21

On his blog today, Alex Netkachov has posted a suggestion of how to combat a common issue facing PHP scripts - their memory usage.

PHP has a build-in garbage collector so you do not need to track the links on the objects, allocate memory for objects and delete them when they are not longer necessary. Things seem so perfect that developers do not even know that their scripts allocate a lot of memory until their server stops processing requests because of the out of memory error.

His example is the processing of a parent/child relationship tree. If not managed correctly, the variables being used could get out of hand quite quickly. Alex recommends the use of a "destructor" at the end of each iteration to help destroy variables and values no longer needed.

0 comments voice your opinion now!
optimize memory circular reference destructor variable optimize memory circular reference destructor variable



Similar Posts

WebReference.com: The Building Blocks: Data Types, Literals, Variables, and Constants - Part 3

When Penguins Attack: Tuning IIS for PHP

Alex Netkachov's Blog: Optimize PHP memory usage: eliminate circular references

PHP-Coding-Practices.com: Composing Methods: Replace Temp With Query

Paul Jones' Blog: Solar Views and Layouts


Community Events











Don't see your event here?
Let us know!


releases PHP5 developer zendframework job cakephp framework application release mysql security example ajax book code zend database PEAR conference package

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework