News Feed
Jobs Feed
Sections




News Archive
ProWebDeveloper.info:
Reducing Database Load with Secure Client-side Sessions
February 16, 2007 @ 08:02:00

On prowebdeveloper.info, Marcel Esser has posted the first in a series of articles looking at functionality to reduce database load in applications, specifically those using secure client-side sessions.

Scaling web applications is easy. Generally, if a web application is designed to store all of its session information in a database, it can be easily scaled by adding more servers in a load-balanced setup. This is tried and true, and it works very well - until your database server runs out of capacity.

He lists the common ways most developers solve this problem (four of them) but notes that thay are more of a temporary solution rather than a long-term fix. Instead, he outlines what the requirements for a library to correctly handle the connections should be and explains how each of them would be implemented. He's been following this kind of mentality in the development of his own package - proWebComponents.

3 comments voice your opinion now!
database load client session secure solve package database load client session secure solve package


blog comments powered by Disqus

Similar Posts

DevShed: Abstracting Database Access Using Polymorphism with Objects in PHP 5

Developer Drive: Creating a PHP User Survey: Writing to Database Tables

Michelangelo van Dam: Look mama, no databases

Community News: Easyrest Freamwork 1.0 Released

David Coallier's Blog: Zend Framework Without PDO


Community Events











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


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

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