Hacker News new | ask | show | jobs
by zdw 5058 days ago
One question: What happens when a piece of middleware fails respond, becomes overloaded, goes out of business, etc?
1 comments

I think the App.net client should just show a little warning saying "{{middleware_name}} no longer responds. [Disable] [Retry]"
I think it's possible that the above comment about the middleware had to do with the fact that afaik, most middleware implementations are chained so if one fails then the next is never called.