News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
ParticleTree.com:
Object Oriented Memory Concerns
September 18, 2008 @ 11:17:00

In a new article to his blog, Ryan Campbell has expressed some concerns in the amounts of memory that some of the object oriented practices in PHP are using these days.

It's hard to imagine pushing the limits of object oriented PHP so far that your web servers choke, but the truth is those limits are reached faster than you think. [...] While replacing objects with arrays when possible makes things a little better, the most performance friendly approach involves appending strings. For your convenience, we've run some tests that measure page execution times and memory usage to create the following guideline to help you plan out what areas of your code may have to break away from an object oriented nature.

He shares some benchmarks of the memory use for different variable types - strings, arrays and objects - giving load times and the amounts of memory used. He mentions three workarounds that could help (unset, static methods and paging) reduce the memory consumption of your script.

0 comments voice your opinion now!
oop object oriented memory concern unset static benchmark



Similar Posts

DevShed: Using Inheritance, Polymorphism and Serialization with PHP Classes

Pavel Shevaev's Blog: A reliable way to serialize/unserialize objects in PHP

PHP Security Blog: Critical PHP Vulnerability Finally Fixed

Justin Silverton\'s Blog: Why use php5?

DevShed: Using Directory Iterators and MySQL with Adapter Objects with PHP


Community Events







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


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

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