HowNotTos: Anti-Patterns
From CloudScale
Revision as of 12:52, 5 November 2013 by CloudScale (Talk | contribs)
In the following table, we list the anti-patterns we collect.
Name/Link | Context |
---|---|
One-Lane_Bridge | A One Lane Bridge occurs, if a passive resource limits the concurrency in an application. Passive resources can be for instance mutexes, connection pools, or database locks. |
the Blob | A 3-tier architecture that requires multi-tenancy and/or scalability. |