1. Home
  2. What
  3. "asynchronous"

One Tag, I'll be a cloud.
One Tag, I'll be a cloud.

Cooperative multitasking using coroutines (in PHP!)

saved on
uri:
http://nikic.github.com/2012/12/22/Cooperative-multitasking-using-coroutines-in-PHP.html This link is now broken.
about:
A nice introduction to asynchronous multitasking in PHP using generators and coroutines.

Running Processes

saved on
uri:
http://dustin.github.com/2010/02/28/running-processes.html This link is now broken.
about:
A list of utilities on various operating systems to have a program run permanently, without the need for a "watchdog".

Gearman

saved on
about:
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. One type of asynchronous and worker solution I could use in the implementation of asynchronousity in Symfony's media plugin