New answers tagged distributed-computing
0
votes
For distributed workflows - tradeoffs having stateless workers operate on central state, versus stateful workers?
@amon answered in this way:
Do both. You MUST externalize state into a DB because your workers might crash. But you probably also want to route all items with the same association ID to the same ...
Community wiki
Top 50 recent answers are included
Related Tags
distributed-computing × 161distributed-system × 32
architecture × 21
design × 14
java × 12
microservices × 12
message-queue × 8
algorithms × 7
database × 7
design-patterns × 6
enterprise-architecture × 6
c# × 5
domain-driven-design × 5
networking × 5
scalability × 5
redis × 5
eventual-consistency × 5
database-design × 4
event-sourcing × 4
parallelism × 4
distributed-development × 4
web-services × 3
cqrs × 3
caching × 3
aws × 3