Azure / Azure/azure-functions-host

Shared memory data transfer between Functions host and out-of-proc workers for HTTP body

Open
#6,832 1 comment 0 reactions 3 assignees Claimed by @gohar94 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.