Hacker News new | ask | show | jobs
by flying_sheep 865 days ago
Distributed function call isn't that simple. You will soon have various issues like authentication, authorization, compatibility between versions, throttling, retry (e.g. transient error), and so on :-/ The list is so long we could probably write a book about these
2 comments

Many of those are already handled.
Or like a whole language to handle them