PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP Process Manager   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/plain
Description: Documentation
Class: PHP Process Manager
Execute PHP code within time and memory limits
Author: By
Last change:
Date: 10 years ago
Size: 511 bytes
 

Contents

Class file image Download
ProcessManager ============== Introduction ------------ ProcessManager is an module which helps run long time process as long as PHP limits allows it. The limits are memory and execution time. ### The areas of usage * Ajax handlers. Where process was splitted by Ajax. * Garbage collectors. Where user initiate to clear cache, logs, etc. * Core for crons. It is make crons more stable without time-limit or memory-limit errors. ### Example The example file can be found here: `/Example.php`