Archive for June, 2009:

Doing the work elsewhere – Sidebar – running the worker

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

(Read More…)

Doing the work elsewhere – Asynchronous Message Queues

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 messaging – the passing of control or of content.

(Read More…)

($me instanceOf ZCE) === true

Phew. That would have been embarrassing if I’d not passed my ZCE on Thursday afternoon (Jun 4th, 2009).

Tags: , ,

Upcoming posts – keep watching

Just a quick note on what is going to be posted in the next few weeks – I’ve got a few significant pieces in mind for various topics – including: Doing the work elsewhere – asynchronous queues This is going to be a series of articles – and to support it, I’m rewriting some code

(Read More…)

Tags:
© PHP Scaling
CyberChimps