Quantcast
Channel: labs @ Qandidate.com
Viewing all articles
Browse latest Browse all 33

Fault tolerant programming in PHP

$
0
0

In your application, every time you call an "external" service you are vulnerable to the failure in that service. That either might be a third party API being down, your database being unresponsive or unexpected errors from the 3rd party library you are using. With many developers and companies being interested in composing applications out of microservices at the moment, guarding for failures because of broken dependencies gets even more important.

A public facing API with dependencies on two internal services

∞ labs @ Qandidate.com Permalink


Viewing all articles
Browse latest Browse all 33

Trending Articles