Login   Register  
PHP Classes
elePHPant
Icontem

APC_handler

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Eper Kalman  >  APC_handler  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: APC_handler
Base name: apc_handler
Description: Store session data in MySQL and in memory with APC
Related classes: , , , , , , ,
Version: 1.0
PHP version: 4.0
License: GNU General Public License (GPL)
All time users: 519 users
All time rank: 4507
Week users: 2 users
Week rank: 1617
 

  Author  
Picture of Eper Kalman
Name: Eper Kalman <e-mail contact>
Packages: 5 Browse all classes by Eper Kalman Browse all classes by
Country: Serbia Serbia - PHP jobs in Serbia
Age: 36
All time rank: 12724 in Serbia Serbia
Week rank: 338 Up2 in Serbia Serbia Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
This class can store session data in MySQL and in shared memory with APC.

It can register the class functions to handle the current user session.

The session values are stored and retrieved primarily in shared memory using APC as well in a MySQL database table to make them persist even if APC cache entries are not set for the current session.

  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image User Management User records, authentication and session handling View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
December 2011
Number 3

Prize: One downloadable e-book of choice by O'Reilly
Databases are often used by Web applications to store session data persistently.

PHP applications often use MySQL databases to store session data, but relational databases may become too slow to store and retrieve session data of many simultaneous users accessing a site.

This class provides a solution that uses MySQL to store session data, but it also keeps a copy of the data accessible in shared memory using APC for faster access.

Manuel Lemos

  User ratings  
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file APC_handler.class.php Class the main class
HTML file APC_handler.html Doc. short documentation
Plain text file APC_test.php Example example script
Plain text file temp.sql Data base dump

Download all files: apc_handler.tar.gz apc_handler.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.