Replies: 1 comment
-
Apollo Server doesn't have anything in particular inside it that takes advantage of any extra concurrency models like worker threads. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I deploy Apollo Federation with Google Cloud Run.
Cloud Run gives me the option to set the "Number of vCPUs allocated to each container instance", where I can choose from 1, 2 or 4 CPUs.
Does Apollo Server take advantage of a multicore deployment?
I know that Node.JS is single-threaded but it does have Worker theads that would make it possible. Does Apollo Server do that?
Beta Was this translation helpful? Give feedback.
All reactions