Click here to Skip to main content
15,886,362 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionCalling class function vs function getting class variables Pin
hpjchobbes7-Dec-16 14:04
hpjchobbes7-Dec-16 14:04 
AnswerRe: Calling class function vs function getting class variables Pin
Mycroft Holmes7-Dec-16 16:58
professionalMycroft Holmes7-Dec-16 16:58 
GeneralRe: Calling class function vs function getting class variables Pin
hpjchobbes7-Dec-16 17:15
hpjchobbes7-Dec-16 17:15 
GeneralRe: Calling class function vs function getting class variables Pin
Mycroft Holmes8-Dec-16 11:52
professionalMycroft Holmes8-Dec-16 11:52 
AnswerRe: Calling class function vs function getting class variables Pin
Gerry Schmitz7-Dec-16 17:27
mveGerry Schmitz7-Dec-16 17:27 
AnswerRe: Calling class function vs function getting class variables Pin
jschell26-Dec-16 6:49
jschell26-Dec-16 6:49 
QuestionDistribution of deliverables over the air. Pin
CodingLover28-Nov-16 22:51
CodingLover28-Nov-16 22:51 
AnswerRe: Distribution of deliverables over the air. Pin
Nathan Minier29-Nov-16 1:44
professionalNathan Minier29-Nov-16 1:44 
Honestly, it depends entirely on the criticality of the updates. How severe of a negative impact will users suffer from not being able to update immediately on update release? Will an update server uptime of less than 100% drive consumers away from your product to alternatives?

That said, static space is very cheap, and by setting up a mirror or two that your update service can point at wouldn't hurt, it would just cost a little money.

Versioning for a single application can be pretty easy, just make sure that you have a "current" folder that is consistent across mirrors.
mirror1.myapp.com
|
|-/myAppDataComponent
 |-/current
 |-/1
  |-/1/1    //version 1.1
  |-/1/2    //version 1.2
  |-...
 |-2
  ...
|-/myAppBusinessComponent
 |-/current
  ...
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli

GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:32
CodingLover29-Nov-16 15:32 
AnswerRe: Distribution of deliverables over the air. Pin
Richard Deeming29-Nov-16 2:02
mveRichard Deeming29-Nov-16 2:02 
GeneralRe: Distribution of deliverables over the air. Pin
Mycroft Holmes29-Nov-16 13:18
professionalMycroft Holmes29-Nov-16 13:18 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:33
CodingLover29-Nov-16 15:33 
AnswerRe: Distribution of deliverables over the air. Pin
Daniel Pfeffer29-Nov-16 3:16
professionalDaniel Pfeffer29-Nov-16 3:16 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:40
CodingLover29-Nov-16 15:40 
GeneralRe: Distribution of deliverables over the air. Pin
Daniel Pfeffer29-Nov-16 20:57
professionalDaniel Pfeffer29-Nov-16 20:57 
NewsRe: Distribution of deliverables over the air. Pin
CodingLover2-Jan-17 15:27
CodingLover2-Jan-17 15:27 
AnswerRe: Distribution of deliverables over the air. Pin
Gerry Schmitz29-Nov-16 7:10
mveGerry Schmitz29-Nov-16 7:10 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:41
CodingLover29-Nov-16 15:41 
QuestionHow to design good architecture for web api project Pin
Tridip Bhattacharjee28-Nov-16 20:57
professionalTridip Bhattacharjee28-Nov-16 20:57 
AnswerRe: How to design good architecture for web api project Pin
Richard MacCutchan28-Nov-16 21:44
mveRichard MacCutchan28-Nov-16 21:44 
AnswerRe: How to design good architecture for web api project Pin
Gerry Schmitz29-Nov-16 6:10
mveGerry Schmitz29-Nov-16 6:10 
QuestionAnalyzing USB WEB CAM video using Ubuntu OS Pin
Vaclav_9-Nov-16 16:02
Vaclav_9-Nov-16 16:02 
AnswerRe: Analyzing USB WEB CAM video using Ubuntu OS Pin
Afzaal Ahmad Zeeshan30-Nov-16 5:53
professionalAfzaal Ahmad Zeeshan30-Nov-16 5:53 
GeneralRe: Analyzing USB WEB CAM video using Ubuntu OS Pin
Vaclav_30-Nov-16 11:10
Vaclav_30-Nov-16 11:10 
GeneralRe: Analyzing USB WEB CAM video using Ubuntu OS Pin
Afzaal Ahmad Zeeshan1-Dec-16 7:01
professionalAfzaal Ahmad Zeeshan1-Dec-16 7:01 

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.