|
|
 |
PHP OO slowness is (not) bogus? |
August 29, 2006
So this guy, let's call him Ronald, told me about a bug report someone filed against PHP 5.1.6:
http://bugs.php.net/bug.php?id=38630
The bug report includes a link to my benchmarks I wrote against and early version of PHP 5:
http://destiney.com/benchmarks/db_insert_select
The funny thing is the PHP developer who responded thinks it's "normal" for OO style PHP to be 3+ times slower than regular procedural PHP.
I'm astounded no progress is being made to make OO PHP faster.
|
|
Book Recommendation:
Agile Web Development with Rails is the defacto-standard for learning the Ruby on Rails web framework. Now in its second edition, this book provides knowledge of the latest and greatest development techniques to aid in advanced web-based application development. It enables developers to create full-featured, sophisticated applications using less code and less effort. This book contains sample applications using database migrations, Ajax, REST interfaces, and illustrates many new Rails features. There are new chapters on active support, active record, and action controller (including the new resources-based routing). The web 2.0 and deployment chapters appear to have been completely rewritten to reflect the latest thinking. You can learn which environments are best for your style application, and see how Capistrano makes managing your site really simple. For learning Ruby on Rails, this book is simply the best available. |
|