Click here to Skip to main content
15,919,500 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: What is Software Architecture ? Pin
VarChar2559-Jan-08 9:15
VarChar2559-Jan-08 9:15 
QuestionArchitecture of Windows service and reliability Pin
tgrt29-Nov-07 9:24
tgrt29-Nov-07 9:24 
AnswerRe: Architecture of Windows service and reliability Pin
led mike29-Nov-07 9:43
led mike29-Nov-07 9:43 
GeneralRe: Architecture of Windows service and reliability Pin
tgrt29-Nov-07 10:15
tgrt29-Nov-07 10:15 
GeneralRe: Architecture of Windows service and reliability Pin
led mike29-Nov-07 10:55
led mike29-Nov-07 10:55 
GeneralRe: Architecture of Windows service and reliability Pin
tgrt29-Nov-07 13:48
tgrt29-Nov-07 13:48 
GeneralRe: Architecture of Windows service and reliability Pin
led mike30-Nov-07 4:44
led mike30-Nov-07 4:44 
GeneralRe: Architecture of Windows service and reliability Pin
tgrt30-Nov-07 5:58
tgrt30-Nov-07 5:58 
You're correct, when I say OOM, I mean out of memory condition which might be an out of memory exception or stack overflow exception, etc. Anything that fits within a broad category of non-application based exceptions.

I'm trying to provide enough information without laying out all of the requirements which is obviously not possible within this medium.

The executed modules will trusted in the context of security, but not within the context of stability. For example, I'll provide the controlling service (through whatever that turns out to be) and several executing module. The user, being a system administrator or developer type, will choose which ones they need and create workflows that execute based on criteria dependent on each executing module. The user can also extend the solution in such a way as creating their own executing modules based on a common interface.

What I don't want is for a executing module to fail and bring down other executing module or even worse the service itself. The service will monitor the health of the executing modules and if there is a failure it will cleanup anything that is necessary and start a brand new shiny executing module to pick up where the old one left off.
GeneralRe: Architecture of Windows service and reliability Pin
led mike30-Nov-07 6:25
led mike30-Nov-07 6:25 
GeneralRe: Architecture of Windows service and reliability Pin
tgrt30-Nov-07 9:40
tgrt30-Nov-07 9:40 
GeneralRe: Architecture of Windows service and reliability Pin
led mike2-Jan-08 5:18
led mike2-Jan-08 5:18 
GeneralRe: Architecture of Windows service and reliability Pin
tgrt29-Nov-07 15:42
tgrt29-Nov-07 15:42 
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 
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 

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.