News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Better Understanding PHP's Garbage Collection
July 12, 2012 @ 11:10:22

If you've been working with PHP for any length of time, you probably have wondered what happens to everything you've created when your script's execution ends. Well, in this new post from PHPMaster.com PHP's garbage handling functionality.

It's interesting how just a few years can make a difference in the names that are given to things. If this were to come up today, it would probably be called PHP Recycling Options, because rather than picking things up and throwing them into a landfill where they'll never be seen again, we are really talking about grabbing things whose use has passed and setting them up to be useful again. But, recycling wasn't le petit Cherie of society back when the idea was developed and so this task was given the vulgar name of 'Garbage Collection'. What can we do but follow what history and common usage have given us?

They talk about a few different kinds of data that the garbage collection system cleans up including the program-generated information and the three tiered system the languages for cleanup:

  • First Level - End of Scope
  • Second Level - Reference Counting
  • Third Level - Formal Garbage Collection
0 comments voice your opinion now!
garbage collection tutorial introduction


blog comments powered by Disqus

Similar Posts

Christoph Dorn's Blog: Zend Server + FirePHP on AWS

Simon Harris' Blog: Making Phone Calls and Sending SMS with HTML

Dev-Explorer.com: Using MySQL Stored Procedures and Extending MySQLi in PHP

DevShed: Constructing Multi-Line PDF Documents with PHP 5

NETTUTS.com: How to Dynamically Create Thumbnails


Community Events











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


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

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