Azure / Azure/azure-functions-host
Shared memory data transfer between Functions host and out-of-proc workers for HTTP body
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
#### What problem would the feature you're requesting solve? Please describe.
Invocations with large HTTP body is sent to the worker over gRPC which can be slow.
#### Describe the solution you'd like
Once the shared memory data transfer v1 (#6792) is complete, we can extend that to also transfer large HTTP body over shared memory instead of gRPC.
#### Describe alternatives you've considered
n/a
#### Additional context
n/a
Contributor guide
Assessment
This issue has not been assessed yet.