Friday 29 May 2020

Worker threads inside microservices

Should worker threads be spun up inside the backend or should worker threads have its own backend that serves other backends, and also does it make sense to have worker threads if you can spin up several instances of any backend? I am trying to understand when to use worker threads inside a microservice architecture and how you can optimize a microservice architecture. Also, is spinning worker threads inside a backend in a microservice considered to be an anti-pattern?

Submitted May 29, 2020 at 10:27PM by jesusscript

No comments:

Post a Comment