gRPC as a better alternative to GEARMAN
Using gRPC as a replacement for GEARMAN communication between PHP and Python You might need or want to create a software architecture where everyone is welcome.
If there is an open source project that solves a problem of your domain like crunching metrics or storing some metadata somewhere else like analytics, I am sure you are used to just call an API through a simple HTTP call.
But when you want to deploy a service of your own, that is at the core of your domain you would definitely want to use something faster as execution, easier to maintain and simple.
[Read More]