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

Matthew Weir O'Phinney's Blog: Cgiapp2 Tutorial 2 - Pluggable Applications

PHPMaster.com: Subtype Polymorphism - Swapping Implementation at Runtime

HowToForge.com: Installing PHP5 Debugger On OpenSUSE 11.3

Rob Allen's Blog: Accessing your configuration data in application.ini

ZendCasts.com: Autocomplete Control with ZendX_JQuery


Community Events











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


podcast phpunit release development community code interview functional opinion language tool unittest introduction series testing framework example application conference zendframework2

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