Read Implementing Master-Worker with Terracotta.
InfoQ Homepage News Article: Implementing Master-Worker with Terracotta
Article: Implementing Master-Worker with Terracotta
Read Implementing Master-Worker with Terracotta.
Facilitating the Spread of Knowledge and Innovation in Professional Software Development
Write for InfoQFind real-world practical inspiration from the world’s most innovative software leaders. Attend in-person or online.
Learn what's next in software from world-class leaders pushing the boundaries. Attend in-person or online.
Your monthly guide to all the topics, technologies and techniques that every professional needs to know about. Subscribe for free.
InfoQ Homepage News Article: Implementing Master-Worker with Terracotta
Community comments
We did something similar, but adding routing
by Mark Turansky,
Re: We did something similar, but adding routing
by Orion Letizi,
Thank you
by Tim Ferguson,
We did something similar, but adding routing
by Mark Turansky,
Your message is awaiting moderation. Thank you for participating in the discussion.
I wrote an article about how we built a message bus with TC that includes queuing, routing, splitting, and aggregation (all from Enterprise Integration Patterns). The slickest part is that we've got a pure POJO program that can run in an IDE, but then be distributed (via TC) to dozens on nodes in our production environment.
Re: We did something similar, but adding routing
by Orion Letizi,
Your message is awaiting moderation. Thank you for participating in the discussion.
The "pure POJO program that can run in an IDE, but then be distributed" thing is the what excites me. That's not one of the benefits that gets trumpeted very loudly, but it's really one of my favorites. It really lets you concentrate on the task at hand instead of fighting with a bunch of exposed infrastructure every time you want to run a test.
Cheers,
Orion
Thank you
by Tim Ferguson,
Your message is awaiting moderation. Thank you for participating in the discussion.
Thank you for this simple yet powerful writeup. Perhaps I have been under a rock for a bit, but Terracotta had just come onto my radar recently and this is exactly what I needed to understand more fully how, when, and where I can use this... thanks again.
-Tim Ferguson, xaware.org