akrabat opened a new pull request #28: Add PHP 7.2.6 runtime
URL: https://github.com/apache/incubator-openwhisk-runtime-php/pull/28
 
 
   This runtime uses an updated router.php which runs the action code in
   the same process and enables PHP's OPcache byte-code cache. We also
   read the /init config information using `require` rather than parsing a
   JSON file.
   
   This results in a significant performance improvement as can be seen
   in the typical gatlingRun-LatencySimulation results on my dev machine.
   The mean response times are:
   
   * Warm php:7.1 invocation  : 70ms
   * Warm nodejs:8 invocation : 19ms
   * Warm php:7.2 invocation  : 19ms
   
   
   The change to router.php can also be applied to the PHP 7.1 action and it 
will see similar performance improvements.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to