memory usage

warning: Parameter 2 to views_rss_views_feed_argument() expected to be a reference, value given in /home/0all/drupal-5.9/includes/module.inc on line 406.

SitePoint PHP Blog: How to Override PHP Configuration Options

PHPDeveloper.org  Thu, 03/04/2010 - 10:09

Craig Buckler has added a new post to the SitePoint PHP blog today that looks at some of the PHP configuration options and how you can change them from two different places (besides the php.ini file).


 

Visual Studio 2010 and .NET Launch Delayed

Redmond Developer News | News  Fri, 12/18/2009 - 14:19

Microsoft says it needs more time to address concerns with virtual memory usage in its next-generation integrated development environment.


 

Derick Rethans' Blog: Xdebug and tracing memory usage

PHPDeveloper.org  Fri, 11/13/2009 - 08:15

Derick Rethans has a new post today talking about using the Xdebug tool to track the memory usage in your application with some of its profiling capabilities, specifically function traces.


 

Fabien Potencier's Blog: Templating Engines in PHP

PHPDeveloper.org  Thu, 10/08/2009 - 06:51

New on his blog today Fabien Potencier tackles a tough topic for the PHP community - templating languages and whether or not their that useful/good after all.


 

Ruby Fibers: 8 Useful Reads On Ruby’s New Concurrency Feature

Ruby Inside  Wed, 05/13/2009 - 13:47

fibers.pngNew to Ruby 1.9 is the concept of fibers.

Fibers are light-weight (green) threads with manual, cooperative scheduling, rather than the preemptive scheduling of Ruby 1.8's threads.

Since Ruby 1.9's threads exist at the system level, fibers are, in a way, Ruby 1.9's answer to Ruby 1.8's green threads, but lacking the pre-emptive scheduling.


 

PHPClasses.org: Upcoming PHP 5.3 features and beyond

PHPDeveloper.org  Tue, 04/28/2009 - 06:56

This new post to the PHPClasses.org blog take a look at some of the new features that will be included in the PHP 5.3 release (coming soon to a web server near you!) by way of an interview with Lukas Smith.