Click here to Skip to main content
15,906,567 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to display just a part of a JPEG image Pin
Gerry Schmitz10-Mar-15 1:27
mveGerry Schmitz10-Mar-15 1:27 
QuestionDisplay just a part of an image Pin
Member 113687599-Mar-15 23:10
Member 113687599-Mar-15 23:10 
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 
All in all, it seems you are looking for a solution with "good scaling" that only involves software.

You need to accept that software alone will only get you so far; and that at some point, you may need to throw more / better hardware at the problem; i.e. multiple application servers / server farms. One does not have to "host" either; one can buy as many "cloud cycles" as one needs without any long-term obligation.

A solution that includes additional hardware may be cheaper, easier and quicker to implement than agonizing over the "best" software solution for who knows how long (and then trying to "optimize" it).

I think you should start with a (small) prototype and go from there; simply because some of your assumptions are wrong or poorly defined:

- Is this a Windows client or browser-based client-server app?
- Do all the clients have to same bandwidth?
- What sort of client "devices" are we talking about?
- What is the client going to do with a given "notification"?
- Even if an SqlDependency instance "threw an exception", why do you think this is a problem? (Just create a mechanism to restart it)
- Why do you think that "100 SqlDependency instances" is a limitation? Or put another way, why do you think you need that many or even more?
- What kind of response times are you thinking you need? Can notifications be "interleaved" among clients? If not, why not?
- etc.

(Do the prototype).
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 
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 

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.