memory usage

Ilia Alshanetsky's Blog: PHP's Output Buffering

PHPDeveloper.org  Thu, 12/08/2011 - 10:01

In a new post to his blog Ilia Alshanetsky takes a look at PHP's output buffering feature and some interesting things he found when testing some recent code (hint: it has to do with PHP's "interesting" management of the buffer).


 

PHP's Output Buffering - Ilia Alshanetsky

Planet PHP  Wed, 12/07/2011 - 17:13

While profiling our application I came across a a rather strange memory usage by the ob_start() function. We do use ob_start() quite a bit to defer output of data, which is a common thing in many applications.


 

Mozilla puts Firefox on a memory diet

Extremetech  Tue, 11/01/2011 - 15:42

Firefox’s single largest consumer of RAM, its JavaScript engine SpiderMonkey, is going on the mother of all diets. At any one time, SpiderMonkey’s memory footprint can be over 50% of Firefox’s total usage — the JavaScript on the ExtremeTech homepage, for example, uses no less than 115MB of memory — and slipstreaming SpiderMonkey is by far the best change that Mozilla can make to keep Firefox on the desktop svelte and competitive with Chrome and IE, and Firefox on Android less sluggish.


 

Mozilla Improves Memory Usage with Firefox 7

Linux Today  Tue, 09/27/2011 - 17:00

Datamation: Latest rapid release of open source browser aims to do more with less.


 

PHP can perform better than Node.js - Henri Bergius

Planet PHP  Fri, 05/13/2011 - 04:34

My previous post about using Silex and AppServer-in-PHP similarly to ExpressJS generate quite a bit of interest.

In the Hacker News thread there was a question about memory usage, and so I put the AppServer under siege.

Memory usage stayed constant at:


 

Rubinius 1.1 Released: It’s Just Better

Ruby Inside  Fri, 09/24/2010 - 16:03

Version 1.1 is the latest release of Rubinius, a Ruby implementation based around a C++ and LLVM virtual machine but with the bytecode compiler and majority of the core written in Ruby itself.

It's often called a "Ruby in Ruby." We celebrated and explained the background to Rubinius' 1.0 release 4 months ago.


 

Paul Reinheimer's Blog: Memory usage in PHP

PHPDeveloper.org  Mon, 03/22/2010 - 11:09

Paul Reinheimer has a reminder shown in his latest post about optimizing your scripts - don't forget the basics like unset.


 

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).