One important high availability principle is concurrency control. The idea is to allow only that much traffic through to your system which your system can handle successfully. For example: if your system is certified to handle a concurrency of 100 then the 101st request should either timeout, be asked to try later or wait until [...]
Filed under: High Availability, operations, Software As A Service | Tagged: ha, operations, saas | 3 Comments »