Closed jackbravo closed 3 years ago
On https://github.com/blitz-js/blitzjs.com/blob/main/app/pages/docs/tradeoffs.mdx its stated that a single threaded server is:
a tradeoff of Next.js specifically
But I've read that this tradeoff is generic to NodeJS event loop model. Which is which?
This doesn't mean that spawning background processes isn't still valid.
@jackbravo yes, good point! It is a Node thing. Want to PR a fix for that?
Closed by #542
On https://github.com/blitz-js/blitzjs.com/blob/main/app/pages/docs/tradeoffs.mdx its stated that a single threaded server is:
But I've read that this tradeoff is generic to NodeJS event loop model. Which is which?
This doesn't mean that spawning background processes isn't still valid.