Click here to Skip to main content
15,889,315 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: SSO recommendations Pin
jim lahey20-Mar-13 5:11
jim lahey20-Mar-13 5:11 
GeneralRe: SSO recommendations Pin
V.20-Mar-13 21:28
professionalV.20-Mar-13 21:28 
QuestionMaintenance vs performance vs security vs data consistency Pin
Bastien Vandamme12-Mar-13 23:00
Bastien Vandamme12-Mar-13 23:00 
AnswerRe: Maintenance vs performance vs security vs data consistency Pin
Pete O'Hanlon12-Mar-13 23:23
mvePete O'Hanlon12-Mar-13 23:23 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Bastien Vandamme12-Mar-13 23:35
Bastien Vandamme12-Mar-13 23:35 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Pete O'Hanlon12-Mar-13 23:40
mvePete O'Hanlon12-Mar-13 23:40 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Bastien Vandamme12-Mar-13 23:58
Bastien Vandamme12-Mar-13 23:58 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Pete O'Hanlon13-Mar-13 0:06
mvePete O'Hanlon13-Mar-13 0:06 
The example you give here would normally come under transactional consistency - the ACID rules if you like. However, it doesn't take into account things like data replication strategies, load balancing and so on.

Take Code Project, for instance. I know that Chris and team have tuned the system as well as they can, but there are still delays with updates simply because of replication. You vote on a post and refresh the page - the vote doesn't appear to be there - but that's because you are now looking at a different server. All you can say is that the data will eventually be consistent.
I was brought up to respect my elders. I don't respect many people nowadays.

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Bastien Vandamme13-Mar-13 1:12
Bastien Vandamme13-Mar-13 1:12 
AnswerRe: Maintenance vs performance vs security vs data consistency Pin
jschell14-Mar-13 8:14
jschell14-Mar-13 8:14 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Bastien Vandamme14-Mar-13 10:13
Bastien Vandamme14-Mar-13 10:13 
QuestionMessaging engine/system for cross platform development Pin
dexterama7-Mar-13 8:07
professionaldexterama7-Mar-13 8:07 
AnswerRe: Messaging engine/system for cross platform development Pin
jschell7-Mar-13 8:54
jschell7-Mar-13 8:54 
GeneralRe: Messaging engine/system for cross platform development Pin
dexterama7-Mar-13 10:10
professionaldexterama7-Mar-13 10:10 
GeneralRe: Messaging engine/system for cross platform development Pin
Eddy Vluggen7-Mar-13 22:48
professionalEddy Vluggen7-Mar-13 22:48 
GeneralRe: Messaging engine/system for cross platform development Pin
jschell8-Mar-13 12:33
jschell8-Mar-13 12:33 
QuestionSync file uploading between servers Pin
nitin_ion28-Feb-13 16:20
nitin_ion28-Feb-13 16:20 
AnswerRe: Sync file uploading between servers Pin
Marco Bertschi14-Mar-13 22:14
protectorMarco Bertschi14-Mar-13 22:14 
Questionmultiple inheritance Pin
ron0123427-Feb-13 21:59
ron0123427-Feb-13 21:59 
AnswerRe: multiple inheritance Pin
Bernhard Hiller27-Feb-13 23:24
Bernhard Hiller27-Feb-13 23:24 
AnswerRe: multiple inheritance Pin
jschell28-Feb-13 10:12
jschell28-Feb-13 10:12 
AnswerRe: multiple inheritance Pin
GuyThiebaut9-Mar-13 8:14
professionalGuyThiebaut9-Mar-13 8:14 
GeneralRe: multiple inheritance Pin
jschell10-Mar-13 6:22
jschell10-Mar-13 6:22 
GeneralRe: multiple inheritance Pin
dusty_dex10-Mar-13 6:51
dusty_dex10-Mar-13 6:51 
QuestionData transfer Pin
benkazy101422-Feb-13 20:46
benkazy101422-Feb-13 20:46 

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.