News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
How to Manage Memory in PHP
June 19, 2006 @ 06:20:06

WebReference.com has a new sample chapter from Sara Goleman's book "Extending and Embedding PHP" (Chapter 3) taking a look at memory management in PHP.

One of the most jarring differences between a managed language like PHP, and an unmanaged language like C is control over memory pointers.

The chapter looks at:

  • Freeing up unneeded resources
  • Handling error requests correctly
  • An introduction to the Zend Memory Manager
  • Counting references to avoid unnecessary copying
  • The usefulness of "copy on write"
  • Saving resources with "change on write"
  • Difficulties with handling seperation of values

Each of the above items is accompanied by a good bit of text and code examples where appropriate (even a diagram or two to make things clearer).

0 comments voice your opinion now!
memory management extending embedding resources handling memory management extending embedding resources handling


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Use LiveUser for Authentication & Permission Management with the Zend Framewok

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

PHPF1.com: PHP Form Tutorial

Jani Hartikainen's Blog: How to use built-in SPL exception classes for better error handling

Dan Scott's Blog: File_MARC and Structure_Linked_List: new alpha releases


Community Events









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


podcast language release tool zendframework2 example event opinion testing interview functional object development unittest community introduction composer api code framework

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