Click here to Skip to main content
15,892,965 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Architecture of Windows service and reliability Pin
Brady Kelly29-Nov-07 18:08
Brady Kelly29-Nov-07 18:08 
GeneralRe: Architecture of Windows service and reliability Pin
tgrt29-Nov-07 18:30
tgrt29-Nov-07 18:30 
GeneralRe: Architecture of Windows service and reliability Pin
led mike30-Nov-07 4:40
led mike30-Nov-07 4:40 
GeneralRe: Architecture of Windows service and reliability Pin
tgrt30-Nov-07 6:01
tgrt30-Nov-07 6:01 
QuestionDid anyone ever implemented flyweight design pattern? Pin
CPallini21-Nov-07 21:33
mveCPallini21-Nov-07 21:33 
AnswerRe: Did anyone ever implemented flyweight design pattern? Pin
led mike26-Nov-07 5:37
led mike26-Nov-07 5:37 
QuestionRe: Did anyone ever implemented flyweight design pattern? Pin
CPallini26-Nov-07 6:08
mveCPallini26-Nov-07 6:08 
AnswerRe: Did anyone ever implemented flyweight design pattern? Pin
led mike26-Nov-07 10:03
led mike26-Nov-07 10:03 
CPallini wrote:
(1) The kind of project requirements that made appealing that pattern.


Not normally a requirements based reason. All things are (or should be) traceable back to a requirement but the flyweight pattern is mainly about optimizing memory/resource usage, which is not a requirement that a software developer should need. A generalization of a design scenario is the system will need to use the same small number of items I very large number of times, potentially infinitely. Does that help?

CPallini wrote:
(2) The design issues you faced.

None. It's a very simple design, all of the best ones are.... very simple. Wink | ;)



GeneralRe: Did anyone ever implemented flyweight design pattern? Pin
CPallini26-Nov-07 11:18
mveCPallini26-Nov-07 11:18 
GeneralRe: Did anyone ever implemented flyweight design pattern? Pin
Paul Conrad23-Dec-07 8:16
professionalPaul Conrad23-Dec-07 8:16 
GeneralRe: Did anyone ever implemented flyweight design pattern? Pin
CPallini23-Dec-07 11:17
mveCPallini23-Dec-07 11:17 
Questioncreate windows application with database access Pin
cellardoor071621-Nov-07 11:46
cellardoor071621-Nov-07 11:46 
AnswerRe: create windows application with database access Pin
Mark Churchill21-Nov-07 13:51
Mark Churchill21-Nov-07 13:51 
GeneralRe: create windows application with database access Pin
cellardoor071622-Nov-07 8:50
cellardoor071622-Nov-07 8:50 
AnswerRe: create windows application with database access Pin
ravtos19-Jan-08 6:25
ravtos19-Jan-08 6:25 
GeneralChild Objects Inheriting Property Values from Parents Pin
Brady Kelly19-Nov-07 23:10
Brady Kelly19-Nov-07 23:10 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 5:17
led mike20-Nov-07 5:17 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 5:25
Brady Kelly20-Nov-07 5:25 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 6:10
led mike20-Nov-07 6:10 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 6:29
Brady Kelly20-Nov-07 6:29 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 8:26
led mike20-Nov-07 8:26 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 9:20
Brady Kelly20-Nov-07 9:20 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 9:56
led mike20-Nov-07 9:56 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 10:41
Brady Kelly20-Nov-07 10:41 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Tristan Rhodes22-Nov-07 5:43
Tristan Rhodes22-Nov-07 5:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.