You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/10 11:58:22 UTC

[GitHub] csantanapr commented on issue #19: support go actions

csantanapr commented on issue #19: support go actions
URL: https://github.com/apache/incubator-openwhisk/issues/19#issuecomment-364646599
 
 
   @sciabarracom 
   
   What @rabbah shared that?s exactly what it does, it executed a binary the go code is just an executable. In this case you would get the input via a single string JSON from stdin 
   
   This issue would be to take it to the level of in two fold
   1. Instead of the user writing a go program to parse json from stdin or argv, it would be a more clean programming model to write a function that takes input as a structure object, there would be an epilogue to do the run of the user function parsing the the incoming JSON
   2. The performance and memory reuse between invocations of different runs. Since the container might not even pause for invocations that are call back to back very fast or pause and resume would also preserve state on the container action
   
   Sorry if I misunderstood your suggestion and comment 

----------------------------------------------------------------
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