douyi1084 2016-06-14 13:26
浏览 42

IBM PHP实例php buildpack用于最大请求数

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?

  • 写回答

2条回答 默认 最新

  • doqo89924 2016-06-14 14:47
    关注

    The PHP instance within IBM Bluemix is the opensource cloudfoundry php-buildpack buildpack. You can try the current version of the buildpack to see if your issue is resolved. For example if you would like to use the latest version you can push your app with:

    cf push yourAppName -b https://github.com/cloudfoundry/php-buildpack.git

    If you need further help please include code examples, logs and anything else that can help with debugging your issue.

    评论

报告相同问题?