Lambda: file descriptor limits - does it include network connections?

0

A customer has asked the following:

Does max file descriptors of 1024 for lambdas also include open network connections?

I believe the question could also be expended to:

Are there any limitations on the number of open network connections?

Any help appreciated!

AWS
专家
mhjwork
已提问 8 年前2237 查看次数
1 回答
0
已接受的回答

Yes, each network connection will consume a file descriptor and count towards that limit. There's no specific limit on open network connections aside from the 1,024 file descriptor limit.

AWS
专家
已回答 8 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则