rasmus lerdorf

Paul Jones' Blog: Rasmus Lerdorf's Laconic(a) Performance

PHPDeveloper.org  Fri, 09/05/2008 - 11:19

Paul Jones has taken a look at some performance statistics that Rasmus Lerdorf shared in a recent presentation from some of his tests.



 

Rasmus Lerdorf’s Laconic(a) Performance - Paul M. Jones » P...

Planet PHP  Thu, 09/04/2008 - 11:44

As many of you know, I maintain a series of web framework benchmarks. The project codebase is here and the most recent report is here.

It was with some interest, then, that I viewed Rasmus Lerdorf’s slides on the subject of performance benchmarking.

I’m beginning to think there’s something unexpected or unexamined in his testing [...]



 

ThinkPHP Blog: Accessing Nike+ data with PHP

PHPDeveloper.org  Thu, 05/15/2008 - 10:26

On the ThinkPHP blog today, Stephanie Ehrling has posted about a method for PHP to take in the output of the Nike+ equipment and put it into a usable form.



 

Accessing Nike+ data with PHP - ThinkPHP /dev/blog - PHP

Planet PHP  Thu, 05/15/2008 - 01:45

Nike+ is a feature for the iPod nano which allows to measure time, distance and speed of runnings with a small sensor in running shoes that sends data to a transmitter on the iPod.

Those data are sent to a users Nike+ account by iTunes whenever the iPod is synchronized. On the Nike+ website there is a report of runnings, the average speed, total kilometers run etc.

The users can also compete with each other in virtual competitions and define goals to run more often, faster or a longer distance.

The Nike+ website displays the data graphically with Adobe Flash.



 

Drupal 7 gets introspective code registry - Larry Garfield

Planet PHP  Wed, 05/07/2008 - 14:39

At DrupalCon Sunnyvale 2007, Rasmus Lerdorf chided Drupal on spending over half of its request time on just the bootstrap process.

As a GHOP Task , Cornil did a performance analysis of Drupal and found its two largest performance drains were the bootstrap process and the theming layer.

Quite simply, Drupal spends too much time including code.



 

Lukas Smith's Blog: Chatting with Rasmus (part two and three)

PHPDeveloper.org  Fri, 04/04/2008 - 10:37

Lukas Smith has posted the second and third parts of his talk with Rasmus Lerdorf - a look at MaxClients and HTTP headers.



 

Lukas Smith's Blog: Chatting with Rasmus (part one)

PHPDeveloper.org  Mon, 03/31/2008 - 13:58

Lukas Smith got a chance to catch up with Rasmus Lerdorf (and others in #php.pecl) and "talk shop" about topics including handling large libraries and maxclients settings.