This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: supervisord


  1. Working with PHP and Beanstalkd


    I have just introduced Beanstalkd into my current PHP project; it was super-easy so I thought I'd share some examples and my thoughts on how a job queue fits in with a PHP web application.

    Read more

  2. Watch Over Long Running Processes with Supervisord


    About a year ago, I wrote a bit about gearman and how I was using it to create points in my application where intensive tasks could be processed asynchronously. It occurred to me recently as I was working on something quite similar that I didn't come back and write about the tool I use to manage the workers; supervisord.

    Read more