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 2022/09/21 17:01:42 UTC

[GitHub] [openwhisk-runtime-go] msciabarra commented on pull request #176: Add mutex lock to safe-guard bufio.Reader access in Executor

msciabarra commented on PR #176:
URL: https://github.com/apache/openwhisk-runtime-go/pull/176#issuecomment-1253985851

   Runtimes are not expected to execute concurrent requests. To implement concurrent requests  a lot of work is required to create multiple executors of the functions and dispatch request to the free one. The PR itself does not look to be harmful except it could unnecessarily lower the performances. I have no idea of the overhead of this change. If it isi significant this could slow down unnecessarily.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org