News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
feed this:

Oracle Technology Network:
High Performance and Availability with Oracle RAC and PHP
July 03, 2009 @ 14:12:07

John Lim has written up an article for the Oracle Technology Network about creating high performance systems with Oracle's Real Application Clusters (RAC) and PHP.

Running a software application that is able to work reliably through hardware and software failures is incredibly hard. [...] In this article, I will cover the network, architecture and design of our RAC application. Then I will discuss the real-world experiences and problems we experienced.

He details their RAC setup - load balancers, application servers and their RAC servers - before working through the different technologies and how they're all installed and configured to work together most efficiently.

0 comments voice your opinion now!
tutorial performance high install rac oracle



techPortal:
Surviving a Plane Crash
April 23, 2009 @ 12:03:57

On the Ibuildings techPortal blog today there's a new article (a case study of sorts) on how to survive a plane crash. More specifically, a look at how the NU.nl news website handled the load as a result of the crash of a Turkish Airliner.

On February 25th, 2009, less than 90 days after the new infrastructure was rolled out, it was stress tested when a Turkish Airliner crashed at Schiphol. On that day the new site set a single day traffic record by serving up 21 million page views in a 24 hour time period, all without any noticeable slowdown and without having to bring additional hardware online to handle the additional load.

Their framework of choice, CodeIgniter, allowed then to create snippets of content - cached versions - that could be pulled and displayed without having to render them every single time. They looked into the Varnish project and a ATK-based CMS to piece it all back together.

0 comments voice your opinion now!
cms atk varnish framework codeigniter load high crash plane website news nunl


Mike Naberezny's Blog:
Better PHPUnit Group Annotations
September 04, 2008 @ 21:48:39

Mike Naberezny has posted about some improvements that were made to the PHPUnit testing software lately (support for TestNG-style groupings) and how, with a few of his own suggestions it was made a bit more flexible.

At my company, we typically organize our test case classes into high-level groups such as unit and functional. Method-level group annotations are inconvenient for us because we'd need to annotate every method of every test case class.

He includes an example of their use - commenting a testing class and running it through the phpunit command line tool with a call to the testing group's name.

1 comment voice your opinion now!
phpunit group annotation method high level unittest phpunit group annotation method high level unittest


JSLabs Blog:
5 tips for creating high performance web apps
February 08, 2007 @ 12:32:51

In this new post, Justin Silverton shares a few helpful hints for creating high performance applications in PHP:

  • use multi resultset queries to your database rather than many small ones
  • page/object caching
  • gzip compression
  • tune your web server
  • Don't save performance testing for the end of the project
Each of the items has explanation and links to more details on them (including links to three difference object caching applications - ion cube, alternative PHP cache, turck MMCache).

0 comments voice your opinion now!
create high performance web application cache gzip webserver testing create high performance web application cache gzip webserver testing


Justin Silverton's Blog:
Using PEAR Cache_Lite for High Performance
March 01, 2006 @ 18:13:44

On his blog today, Justin Silverton has posted this brief new tutorial covering the use of PEAR's cache_lite package.

Cache_lite is a php/pear caching module that is designed for high traffic sites. It is different than most caching systems because it has a built-in locking mechanism that will prevent cache corruption that can sometimes occur when there are a large amount of concurrent users trying to read and write to your cached data.

He wastes no time getting to the examples, showing first a very basic example of chacing/looking for a cache of your data. There's no installation HOWTO, but if you're familiar with the PEAR system, installation should be a simple matter.

0 comments voice your opinion now!
pear cache_lite high performance introduction pear cache_lite high performance introduction



Community Events









Don't see your event here?
Let us know!


zend symfony sqlserver framework hiphop opinion podcast microsoft zendframework wordpress conference release developer feature codeigniter performance extension facebook windows job

All content copyright, 2010 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework