PHP Scaling
open-menucloseme
Archives
About
Contact
Presentations
githubmastodonstackoverflowlinkedinrss
  • Presentations, May 2010 and July 2012, on Queueing

    calendarJul 18, 2012 · 1 min read · beanstalkd Aside presentation

    Just a quick note to point out a couple of presentations on Queuing. I've recently shown the second (which admittedly has some significant things in common with the original, and not just the web-based slides). Either way, you are welcome to look at them online, and the original html source, and some source code, are …


    Read More
  • Doing the work elsewhere - Adding a job to the queue

    calendarOct 6, 2009 · 4 min read · beanstalkd php queues scaling tools workers

    I've previously shown you why you may want to put some tasks through a queuing system, what sort of jobs you could define, plus how to keep a worker process running for as long as you would like (but still be mindful of problems that happen). In this post, I'll show you how to put the messages into the queue, and we'll …


    Read More
  • Doing the work elsewhere - Sidebar - running the worker

    calendarJun 23, 2009 · 7 min read · beanstalkd php queues scaling workers

    I'm taking a slight diversion now, to show you how the main worker processor runs. There are two parts to it - the actual worker, written in PHP, and the script that keeps running it. For testing with return from the worker, we'll just return a random number. In order to avoid returning a normally used exit value, I've …


    Read More
  • Doing the work elsewhere - Asynchronous Message Queues

    calendarJun 10, 2009 · 6 min read · advanced beanstalkd php queues scaling workers

    The use of Beanstalkd as a queueing system What is an asynchronous queue The classic wikipedia quote (Message queue) In computer science, message queues and mailboxes are software-engineering components used for interprocess communication, or for inter-thread communication within the same process. They use a queue for …


    Read More

Alister Bulman

Back-end PHP developer - specialising in Symfony, code quality and system optimisation.
Read More

Featured Posts

  • It's All About The Data (part 2)
  • It's All About The Data (part 1)

Recent Posts

  • BunnyCDN via FlySystem on Symfony
  • Investigating RedisGraph
  • Speeding up your tests, and also your code coverage!
  • SncRedis and tagged services
  • Improve your code coverage percentage - delete code!
  • PHP-in-London list

Series

ZCE 4 PHPUNIT 3 QUEUES 3 PHP-DOCUMENTATION 2

Tags

PHP 20 TOOLS 11 QUICK 6 ASIDE 5 BEST-PRACTICE 5 ADVANCED 4 BEANSTALKD 4 ME 4 TESTING 4 ZCE 4 FUNEMPLOYMENT 3 PHPUNIT 3 QUEUES 3 RANTS 3
All Tags
ADVANCED4 ASIDE5 BEANSTALKD4 BEST-PRACTICE5 BUNNYCDN1 CONTRACTING1 DATA2 DEPLOYMENT1 FLYSYSTEM1 FUN2 FUNEMPLOYMENT3 GRAPHDB1 HIRING2 INDEX1 JOBS1 KINDLE1 LINUX2 MAIN1 ME4 MEETUPS1 OPTIMISATION2 PHP20 PHP_CODESNIFFER1 PHPLONDON071 PHPLONDON081 PHPUNIT3 PRESENTATION1 PUPPET1 QUEUES3 QUICK6 RANTS3 REDIS1 SCALING3 STANDARDS1 STATUS1 SUBVERSION1 SYMFONY2 TESTING4 TOOLS11 WORKERS3 ZCE4 ZEND-FRAMEWORK2
[A~Z][0~9]
Alister Bulman

Copyright 2008-  Alister Bulman. All Rights Reserved

to-top