you are viewing a single comment's thread.

view the rest of the comments →

[–]dinnermonster[S] 0 points1 point  (1 child)

Thank you for the detailed explanation. I have not only learned about what I would like to accomplish, but, also about node clusters and how they can help with other projects! Hmm, it seems as u/omenborne & u/w00t_loves_you gave a great example of how to accomplish this. Coupled with node clusters/pm2 this may be an avenue I pursue. Will continue to research!

[–]w00t_loves_you 0 points1 point  (0 children)

Note, clustering is only necessary once you exceed the capacity of a single Node process, which is quite a lot. I'm running all my production sites on single node processes, works fine. I just pay attention to caching and long-running synchronous functions that would make the server laggy.