Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
QuestionWhat is the best practice for push database change notification Pin
Tridip Bhattacharjee9-Mar-15 3:41
professionalTridip Bhattacharjee9-Mar-15 3:41 
AnswerRe: What is the best practice for push database change notification Pin
Eddy Vluggen9-Mar-15 4:15
professionalEddy Vluggen9-Mar-15 4:15 
GeneralRe: What is the best practice for push database change notification Pin
Tridip Bhattacharjee9-Mar-15 4:33
professionalTridip Bhattacharjee9-Mar-15 4:33 
GeneralRe: What is the best practice for push database change notification Pin
F-ES Sitecore9-Mar-15 5:29
professionalF-ES Sitecore9-Mar-15 5:29 
GeneralRe: What is the best practice for push database change notification Pin
Tridip Bhattacharjee9-Mar-15 21:25
professionalTridip Bhattacharjee9-Mar-15 21:25 
GeneralRe: What is the best practice for push database change notification Pin
Gerry Schmitz10-Mar-15 1:16
mveGerry Schmitz10-Mar-15 1:16 
GeneralRe: What is the best practice for push database change notification Pin
Tridip Bhattacharjee10-Mar-15 3:15
professionalTridip Bhattacharjee10-Mar-15 3:15 
GeneralRe: What is the best practice for push database change notification Pin
Gerry Schmitz10-Mar-15 11:35
mveGerry Schmitz10-Mar-15 11:35 
Quote:
please answer my all question point wise.

My points were intended to get you thinking. Anyway …

1) If they are Windows clients, then you have more architectural possibilities: e.g. async callbacks; message queues; etc.

2) If they are all “Windows clients”, we can assume (hopefully) that bandwidth is not an issue.

3) OK; no “watches” then.

4) I see … “real-time” gridviews … with a person sitting there watching it change? With updates “as fast as possible”. Sounds like a bogus requirement.

5) I’m not writing your code for you … Do the prototype. You said yourself that it was only possible to run 100 instances of the SQLDependency … Why do “you” think this is a problem? You can have “one” running on the server; which then communicates with “all” clients … Why do you think you need more than one?

6) “As fast as possible” is a non-answer; how will you know if it is ever “fast enough”?

7) Instead of “broadcasting” to all clients at any given time, one or more clients can be notified on a rotating basis; spreading out the load.

Do the prototype.
GeneralRe: What is the best practice for push database change notification Pin
Eddy Vluggen9-Mar-15 6:52
professionalEddy Vluggen9-Mar-15 6:52 
GeneralRe: What is the best practice for push database change notification Pin
Tridip Bhattacharjee9-Mar-15 21:18
professionalTridip Bhattacharjee9-Mar-15 21:18 
GeneralRe: What is the best practice for push database change notification Pin
Eddy Vluggen9-Mar-15 23:31
professionalEddy Vluggen9-Mar-15 23:31 
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 
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 

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.