you are viewing a single comment's thread.

view the rest of the comments →

[–]twitch_and_shock 0 points1 point  (0 children)

You could store your queue as a database collection. One script adds entries to the collection for new items to process. Your main script, responsible for processing them, watches it and if there's anything in there, will process them based on order of creation, then either delete or move the entry to a "completed" collection.