Random Thoughts on software related topics such as web, web 2.0, mobile, servers, networks, programming, social networks, engineering, science, and more...
Showing posts with label solutions. Show all posts
Showing posts with label solutions. Show all posts
Monday, July 28, 2008
Web Designer in the Boston, MA Area
Web Designer - Boston, MA is a great little website that offers simple and easy solutions. The most profound aspect of that website is the keyword tool. It can be used to generate keywords from any source of text. The offer of setting up a CMS (Content Management System) for $99 is a bargain. Drupal, Joomla!, WordPress, MediaWiki, phpBB are only some of the platforms that are offered.
Labels:
aspect,
bargain,
boston,
boston ma,
content management system,
designer,
drupal,
joomla,
mediawiki,
phpbb,
solutions,
web,
web designer,
webdesigner,
wordpress
Monday, July 7, 2008
Memory Leaks in PHP
There is a huge memory leak in PHP 5.2 and earlier. When objects nest other objects within it with circular reference, the nested object is never unset when un-setting the object that is instantiating the other objects. The solution would be to upgrade to latest version of PHP 5.3 when it is stable, or un-setting all the objects that get instantiated within an object. Some more solutions are proposed at Memory Leaks in PHP. Another author looks at this problem at Memory Leaks in PHP. The author also tries to propose a solution by modifying the PHP internals and decrement the reference count. This is beyond my scope and time constraints me to do this.
Subscribe to:
Posts (Atom)