Monday, November 30, 2015

How to Use Queue To Speedup PHP Processing Tasks Part 1: Queueing Slow Tasks - PHP Classes blog



Queues are everywhere. When you delete a photo on your iPhone, it goes to the Bin and will be deleted from there after 30 days. That is a queue. Without it you will not be able to recover a picture removed by mistake.

from My Pocket http://www.phpclasses.org/blog/post/332-How-to-Use-Queue-To-Speedup-PHP-Processing-Tasks-Part-1-Queueing-Slow-Tasks.html

No comments:

Post a Comment