> > Does this actually fit in with php's execution model of each request > being a separate thread / process?
I can see this being useful, when AJAX-querying an endpoint that has to do, in turn, 2 or more API calls or other async jobs to build its response. (although async HTTP requests are already possible with curl). — Benjamin