Gearman

Distributed systems!

March 15, 2020
Concept
Distributed Systems, Gearman, Gearman Job Server

What are Distributed Systems? In the last post I gave a brief about the concept of parallel processing through some examples. Now we know how to make our systems more parallel in nature, I think it’s time learn the concept of distributed processing, how it’s different from parallel processing and how to integrate it in our existing projects. There are lots of definitions of Distributed System but I’ll give you the one I like the most which is obviously mine (HAHA). ...

Parallel processing!

March 8, 2020
Concept
Gearman, Parallel Processing, Parallel Systems

Why Parallel Processing?. Gearman Job Server is the first parallel/distributed processing framework that I’ve learned/worked on which is indeed a very old framework out there. One of the things I like about Gearman is that it’s very generic and you can play around a lot. In the last post I wrote how to setup the gearman job server and in this post I’m going to brief you why we need parallel processing with some examples: ...