Software Alternatives & Reviews

How do you deal with process heavy, long execution time for loops?

Supervisor Gearman
  1. Supervisor is a client/server system that allows its users to monitor and control a number of...
    Pricing:
    • Open Source
    At work we typically use Gearman (http://gearman.org/) or Symfony messenger (https://symfony.com/doc/current/messenger.html) to queue up a batch of jobs. And then we use supervisord (http://supervisord.org/) to keep a pool of PHP processes running to process the jobs.

    #Monitoring Tools #Log Management #Performance Monitoring 25 social mentions

  2. Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work.
    Pricing:
    • Open Source
    At work we typically use Gearman (http://gearman.org/) or Symfony messenger (https://symfony.com/doc/current/messenger.html) to queue up a batch of jobs. And then we use supervisord (http://supervisord.org/) to keep a pool of PHP processes running to process the jobs.

    #Data Integration #Stream Processing #Web Service Automation 2 social mentions

Discuss: How do you deal with process heavy, long execution time for loops?

Log in or Post with