News Feed
Jobs Feed
Sections




News Archive
DevShed:
Comparing Files and Databases with PHP Benchmarking Applications
May 08, 2008 @ 07:58:38

DevShed is wrapping up their series looking at benchmarking your PHP applications with the third part - a look at comparing execution times of scripts that can either pull from a database or from a flat file.

This large, complex subject offers numerous possibilities for experimentation, which means that you'll surely have tons of fun creating timing systems with PHP. [...] his article, then, will be focused on evaluating different scripts that fetch sets of records, first from a database, and then from flat files.

They use the Timer class they defined in a previous part of the series and wrap it around both a database class (pulling user information from a MySQL database) and a fetch to a flat file for similar information. General exceptions are handled as a part of the resource connection class.

1 comment voice your opinion now!
database file compare timer class tutorial exception benchmark


blog comments powered by Disqus

Similar Posts

Benjamin Eberlei's Blog: Using a Dependency Injection Container with Zend_Application

Richard Davey\'s Blog: POP before SMTP Authentication for PHPMailer

Gergely Hodicska's Blog: What's new in PHP 5.3 - part 1: namespaces

DevShed: Fetching Search Results as Serialized Arrays with Yahoo Web Services and PHP 5

DevShed: Using Timers to Benchmark PHP Applications


Community Events











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


opinion community series symfony2 release unittest database conference testing zendframework2 rest development functional podcast introduction language usergroup framework phpunit interview

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