Tag:nginx
All the articles with the tag "nginx".
Distributed Concurrency in PHP using Nginx, PHP5-FPM and Memcache
Posted on:July 21, 2014 at 01:00 PMAn issue I've run into in the past is "how do we perform 5 calls to a 3rd party API, as quickly as possible?" The obvious answer is, make them all at once and wait until they've all come back! While PHP does support forking on Unix OSes...