TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Serverless Functions with Multiple Cores

1 pointsby groundthrowerover 4 years ago
I have an Rust application that scales with number of CPU cores available. However, for example AWS Lambda only has a few cores available in their highest memory configuration.<p>Are there any such services available?

1 comment

whb07over 4 years ago
Why would this be necessary? Assume you have 4 requests coming in concurrently, AWS would just route to 4 different lambdas. Otherwise why even go down this route?
评论 #25128871 未加载