PHP Classes

Queue Class: Manage a queue of users competing to run a task

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 66%Total: 1,612 All time: 2,444 This week: 257Up
Version License Categories
queue_class 1.0GNU General Publi...Databases, Design Patterns
Description 

Author

This class can be used to manage a queue of users competing to execute a task that can only be run by a single user at a time.

The class stores in a MySQL table the queue of users that want to execute a task.

An entry in the queue table is added for each user that wants to run the task.

While the current user is not the next to run the task, he must wait for his turn.

When the first user in the queue finishes to run the task, its queue entry is deleted to pass the turn to the next user in the queue.

Picture of Matthew McConnell
Name: Matthew McConnell <contact>
Classes: 1 package by
Country: United Kingdom
Age: 37
All time rank: 176678 in United Kingdom
Week rank: 654 Up22 in United Kingdom Up

  Files folder image Files  
File Role Description
Accessible without login HTML file examples.php Example Examples
Plain text file class_queue.php Class Main Class
Accessible without login HTML file documentation.htm Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,612
This week:0
All time:2,444
This week:257Up
User Ratings User Comments (2)
 All time
Utility:93%StarStarStarStarStar
Consistency:75%StarStarStarStar
Documentation:75%StarStarStarStar
Examples:50%StarStarStar
Tests:-
Videos:-
Overall:66%StarStarStarStar
Rank:665
 
The class is usefull but the code is a little out of date.
6 years ago (zinsou A.A.E.Moïse)
70%StarStarStarStar
Stupid idea.
10 years ago (Maciej Wnuk)
10%Star