Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is the best practice for push database change notification Pin
Tridip Bhattacharjee10-Mar-15 0:14
professionalTridip Bhattacharjee10-Mar-15 0:14 
GeneralRe: What is the best practice for push database change notification Pin
Pete O'Hanlon10-Mar-15 0:31
mvePete O'Hanlon10-Mar-15 0:31 
GeneralRe: What is the best practice for push database change notification Pin
Tridip Bhattacharjee10-Mar-15 3:17
professionalTridip Bhattacharjee10-Mar-15 3:17 
GeneralRe: What is the best practice for push database change notification Pin
GuyThiebaut10-Mar-15 1:14
professionalGuyThiebaut10-Mar-15 1:14 
GeneralRe: What is the best practice for push database change notification Pin
phil.o10-Mar-15 6:09
professionalphil.o10-Mar-15 6:09 
AnswerRe: What is the best practice for push database change notification Pin
Gonzoox9-Mar-15 7:23
Gonzoox9-Mar-15 7:23 
GeneralRe: What is the best practice for push database change notification Pin
Tridip Bhattacharjee9-Mar-15 21:24
professionalTridip Bhattacharjee9-Mar-15 21:24 
GeneralRe: What is the best practice for push database change notification Pin
Gonzoox10-Mar-15 3:03
Gonzoox10-Mar-15 3:03 
You're over thinking the problem, define first what needs to be done, clients, devices, server(s), etc, you can scale an application as much as you want today, but scaling is not just software, also hardware, so if you have a poorly designed approach to your problem, your scaling will be very expensive.

Think of this, you want to send push notifications on every share change, I don't know from which stock exchange, but if it is the american one you will have to scale really fast, a stock price can change several times every minute, so imagine I'm supposed to be getting those push notifications, 12 times in 1 minute, 20 times... that means your application has to create 20 instances just for me in 1 minute, now make that for 100 users... 2000 push notifications in 1 minute, now multiply for 500 users, 10K push notifications, how much resources will this require for your application?, what will the response time? how are you going to handle communication errors? slow communications?

Like someone said, start with a good design and from there build a prototype, we can give you more questions than answers, we don't know your requirements, start with the basics
I want to die like my grandfather- asleep, not like the passengers in his car, screaming!

GeneralRe: What is the best practice for push database change notification Pin
Tridip Bhattacharjee10-Mar-15 3:23
professionalTridip Bhattacharjee10-Mar-15 3:23 
GeneralRe: What is the best practice for push database change notification Pin
Gonzoox10-Mar-15 3:42
Gonzoox10-Mar-15 3:42 
GeneralRe: What is the best practice for push database change notification Pin
Pete O'Hanlon10-Mar-15 4:58
mvePete O'Hanlon10-Mar-15 4:58 
GeneralRe: What is the best practice for push database change notification Pin
Simon_Whale10-Mar-15 5:20
Simon_Whale10-Mar-15 5:20 
QuestionFuzzy Set Classes (aspx.cs) Pin
sudabeh39-Mar-15 1:53
sudabeh39-Mar-15 1:53 
AnswerRe: Fuzzy Set Classes (aspx.cs) Pin
OriginalGriff9-Mar-15 2:44
mveOriginalGriff9-Mar-15 2:44 
GeneralRe: Fuzzy Set Classes (aspx.cs) Pin
sudabeh39-Mar-15 8:48
sudabeh39-Mar-15 8:48 
AnswerRe: Fuzzy Set Classes (aspx.cs) Pin
ZurdoDev9-Mar-15 3:14
professionalZurdoDev9-Mar-15 3:14 
GeneralRe: Fuzzy Set Classes (aspx.cs) Pin
sudabeh39-Mar-15 8:55
sudabeh39-Mar-15 8:55 
SuggestionRe: Fuzzy Set Classes (aspx.cs) Pin
ZurdoDev9-Mar-15 8:56
professionalZurdoDev9-Mar-15 8:56 
AnswerRe: Fuzzy Set Classes (aspx.cs) Pin
manchanx9-Mar-15 3:51
professionalmanchanx9-Mar-15 3:51 
GeneralRe: Fuzzy Set Classes (aspx.cs) Pin
sudabeh39-Mar-15 8:56
sudabeh39-Mar-15 8:56 
GeneralRe: Fuzzy Set Classes (aspx.cs) Pin
manchanx9-Mar-15 9:11
professionalmanchanx9-Mar-15 9:11 
AnswerRe: Fuzzy Set Classes (aspx.cs) Pin
Gerry Schmitz9-Mar-15 11:35
mveGerry Schmitz9-Mar-15 11:35 
AnswerRe: Fuzzy Set Classes (aspx.cs) Pin
Gonzoox10-Mar-15 3:11
Gonzoox10-Mar-15 3:11 
QuestionRegex replace exact 5 digit not more than that Pin
shakumar_219-Mar-15 1:41
shakumar_219-Mar-15 1:41 
AnswerRe: Regex replace exact 5 digit not more than that Pin
OriginalGriff9-Mar-15 2:47
mveOriginalGriff9-Mar-15 2:47 

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.