News Feed
Jobs Feed
Sections




News Archive
UMumble.com:
Working with memory
February 14, 2012 @ 08:44:02

On the UMumble blog there's a recent post looking at memory consumption in PHP applications - what PHP does for you when managing how it uses your system's memory and what you need to worry about in your code.

There is a widespread view that the ordinary PHP developer does not need to control memory management, but "controlling" and "knowing" are slightly different concepts. I will try to throw light upon some aspects of memory management when working with variables and arrays, and some interesting pitfalls of the internal optimization of PHP. As you can see, the optimization is good, but if you do not know exactly how it is optimized, you might meet the pitfalls, which can make you pretty nervous.

They talk about some of the basics - how variables are stored in hash tables and how this helps memory consumption - as well as using the memory_get_usage method to find your current consumption. This is show for both regular strings and arrays, comparing larger data (and assigning it multiple times) to simpler structures. They also mention how PHP handles memory usage in passing by reference and copying of values.

0 comments voice your opinion now!
memory consumption tutorial usage management internals


blog comments powered by Disqus

Similar Posts

PHP-HTML.net: Creating a Simple PHP Cache Script

NetTuts.com: Protect a CodeIgniter Application Against CSRF

Matt Curry's Blog: Check Out These Upgrades I Made To The CakePHP DebugKit

PHPBuilder.com: ExpressionEngine Enhances PHP Content Management with Framework Flexibility

ThinkPHP Blog: Methods to Reduce the Load of Your Webserver by Caching Content


Community Events











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


code release testing object application phpunit example series functional interview zendframework2 language podcast community tool framework opinion development unittest introduction

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