Scalability Best Practices
摘要:
转:http://akfpartners.com/techblog/2009/08/11/scalability-best-practices/Asynchronous - Use asynchronous communication when possible. Synchronous calls tie the availability of the two services together. If one has a failure or is slow the other one is affected.Swim Lanes – Create fault isolated “sw.. 阅读全文
posted @ 2012-05-31 15:33 暖风的风 阅读(194) 评论(0) 推荐(0) 编辑