I'm using a PHP instance within IBM Bluemix. Now we are posting raw data from about 200 external devices to a PHP instance. This rawdata is small (1 or 2 KB), but it sends every 4 to 5 seconds. If I'm using the standard PHP buildpack, I see that the webpage sometimes won't respond. (It looks like it is waiting for a free client connection.)
Could anybody tell me which PHP buildpack is the best buildpack for using in PHP instance?