Comment on A middleware proposal for App.netComments−zdw14yOne question: What happens when a piece of middleware fails respond, becomes overloaded, goes out of business, etc?−railsjediOP14yI think the App.net client should just show a little warning saying "{{middleware_name}} no longer responds. [Disable] [Retry]"−1234the14yI 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.
Comments
One question: What happens when a piece of middleware fails respond, becomes overloaded, goes out of business, etc?
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.