You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/12 01:31:36 UTC

[GitHub] sjfink opened a new issue #2359: prefetch container optimization

sjfink opened a new issue #2359: prefetch container optimization
URL: https://github.com/apache/incubator-openwhisk/issues/2359
 
 
   To reduce cold start overhead -- if we have a good reason to believe that an action will be invoked soon -- then send a message to /init a container.    I think this could be done by adding "init" messages to the kafka protocol.    When receiving an "init" message, the invoker would /init a container if none is present already.
   
   The obvious use case is sequences -- when a sequence is run,  "init" all the actions in the sequence immediately.
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services