Login   Register  
PHP Classes

Class: Backgrounder

Icontem
elePHPant

  Classes of Paul Scott  >  Backgrounder  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Backgrounder Support forum
Base name: backgrounder
Description: Call background processes
Version: -
Required PHP version: -
License: GNU General Public License (GPL)
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Paul Scott
Name: Paul Scott <e-mail contact>
Published packages: 14 Browse this author's classes Browse this author's classes
Country: South Africa South Africa - PHP jobs in South Africa
Home page: ???

Groups

Group folder image Language Constructs to assist in the language control View top rated classes

Detailed description

This class can be used to set up a callback function that will execute even if the user closes the browser window. It is meant to be used in long running processes, like pdf generation.

The callback function at the moment is an e-mail message sent to the user. This can be changed by the developer.

This class forks a process in the Web server and runs the process in a seperate child process until done. This means that the user can carry on using the system in the main process, while the task is completing. Once the child process is done, it will close and do some garbage collection and destroy the child process, finally calling the callback function and sending a mail to let you know its done.

Applications that use this class

Link Description
KEWL.NextGen Next Generation E-learning System
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file background_class_inc.php Class Class Source
Plain text file example.php Example Example Script
Download all files: backgrounder.tar.gz backgrounder.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.