architecture - Implementing resource pooling using design patterns -
architecture - Implementing resource pooling using design patterns -
i'd implement resource pooling using design patterns implementation neat , and flexible. resources need create have high memory costs. there design patterns fitting nature of pooling or suitable implementation?
thanks!!!
the resource pool , resource cache patterns posa3 might useful, , certainly flexible. here's reference:
pattern-oriented software architecture volume 3, patterns resource management, michael kircher, prashant jain, john wiley & sons ltd, 2004.
you'll find downloads of source code in various languages.
there powerpoint slides doug schmidt's courses explain pooling in context of resource management.
you'll find explanation of pooling authors of posa3.
design-patterns architecture threadpool
Comments
Post a Comment