Php Download Queue System

  

Current Stable PHP 7.3.9 (Changelog)

Download manager
  • php-7.3.9.tar.bz2(sig) [14,597Kb] 29 Aug 2019a39c9709a8c9eb7ea8ac4933ef7a78b92f7e5735a405c8b8e42ee39541d963c4
  • php-7.3.9.tar.gz(sig) [19,099Kb] 29 Aug 20195ecc1b1ad7228ed2e99a970c45358871644fcab1d9fd079a7b129326a7bde42d
  • php-7.3.9.tar.xz(sig) [11,781Kb] 29 Aug 20194007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd
GPG Keys for PHP 7.3

Download Queue for PHP for free. Queue4PHP is a message queue commponent for PHP implementation. You can use it to send messages or dispatch tasks between several programmes. Creating a simple, yet powerful queue system Published Aug 11, 2015 Last updated Feb 09, 2017 During the last several months we were faced with a challenging business requirement to run multiple micro services for thousands of requests in the most efficient way.

Old Stable PHP 7.2.22 (Changelog)

  • php-7.2.22.tar.bz2(sig) [14,874Kb] 29 Aug 2019c10a9883b586ada5ef1149f2571625b27efdcc3e70a04fbb9121979633b0f08a
  • php-7.2.22.tar.gz(sig) [19,399Kb] 29 Aug 20196e2ccc77484c27971d4550b7071a57b79bc910bfb2d4a74a57ae2c18b78c3dc7
  • php-7.2.22.tar.xz(sig) [11,984Kb] 29 Aug 2019eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3
GPG Keys for PHP 7.2

Old Stable PHP 7.1.32 (Changelog)

  • php-7.1.32.tar.bz2(sig) [14,973Kb] 29 Aug 2019d7c7a1adddc75ac17f63349e966db25930b6b3ce736640349bea9e10909cab7a
  • php-7.1.32.tar.gz(sig) [19,254Kb] 29 Aug 20196e51a2fc610352438b2a1c40310468a1e2b5baf2fff43be77f9f408a9111590c
  • php-7.1.32.tar.xz(sig) [12,080Kb] 29 Aug 20197f38b5bdaae3184d325a8c70e86c010afcc33651d15faafe277a0db6d2ea2741
GPG Keys for PHP 7.1

Php Download Queue System Script

GPG Keys

The releases are tagged and signed in the PHP Git Repository.The following official GnuPG keys of the current PHP Release Manager can be usedto verify the tags:

PHP 7.3

PHP 7.2

PHP 7.1

Supported Versions
Check the supported versions page for more information on the support lifetime of each version of PHP.
Active7 months ago

I had to build a PHP Queue System, and found this brilliant articlehttp://squirrelshaterobots.com/programming/php/building-a-queue-server-in-php-part-1-understanding-the-project and I used it to create a PHP queue system, its very easy to set-up and use.

Below is the code for queue.php, run from shell (puTTy or somesuch).

Download

The hardest part was getting the pcntl functions to work on my server.

Online Queue System

My question is 'How do i get the job to start automatically when/if the server has to restart?'

As noted in comments, edited broken link and pointed to excellent web archive for posterity.Gruber
1,1313 gold badges19 silver badges39 bronze badges
Folding CirclesFolding Circles
2892 gold badges4 silver badges13 bronze badges

1 Answer

My question is 'How do i get the job to start automatically when/if the server has to restart?'

By adding it to the list of things started when the server starts. Unfortunately the instructions for doing so vary wildly by operating system and OS version. You probably want to use something slightly more cross-platform. I've had a great deal of luck with supervisor, which you can probably find in the package repos on your OS of choice.

That said, you are going down the route of madness. The thing you're doing has been done before, better, by awesome people. Check out the Gearman work queue system and the accompnaying PECL extension. It happens that supervisor is pretty handy for keeping your Gearman workers alive as well.

CharlesCharles
46.5k12 gold badges90 silver badges127 bronze badges

Php Download Queue System With Admin Features

Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Open Source Queue System

Not the answer you're looking for? Browse other questions tagged phpqueuesystemdaemonqueuing or ask your own question.