Click here to Skip to main content
16,005,236 members
Home / Discussions / C#
   

C#

 
QuestionHypothetical Web data distribution performance issue. Pin
mike montagne10-May-07 5:19
mike montagne10-May-07 5:19 
AnswerRe: Hypothetical Web data distribution performance issue. Pin
Tarakeshwar Reddy10-May-07 5:43
professionalTarakeshwar Reddy10-May-07 5:43 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
mike montagne10-May-07 8:14
mike montagne10-May-07 8:14 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
mike montagne10-May-07 8:50
mike montagne10-May-07 8:50 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
Tarakeshwar Reddy10-May-07 11:12
professionalTarakeshwar Reddy10-May-07 11:12 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
mike montagne10-May-07 15:58
mike montagne10-May-07 15:58 
AnswerRe: Hypothetical Web data distribution performance issue. Pin
Pete O'Hanlon10-May-07 9:40
mvePete O'Hanlon10-May-07 9:40 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
mike montagne10-May-07 10:35
mike montagne10-May-07 10:35 
This was one of my initial suggestions to these people -- the reservation being whether the underlying process can do the job better than a minimalized process we can write ourselves. I would think that to achieve best possible speed, we need to be able to spin off separate threads of execution to handle each callback. Each succeding broadcast then would not have to wait for conclusion of the preceding. Because the few threads available to the .NET thread pool would seem to preclude much advantage from multi-threading in a .NET server implementation, I was hoping that some "easy" integration of an RDBMS might circumvent the minimal available threads of the the thread pool. Is there an RDBMS you might recommend for being particularly strong in this area -- a good candidate for this job?
GeneralRe: Hypothetical Web data distribution performance issue. Pin
Pete O'Hanlon10-May-07 22:16
mvePete O'Hanlon10-May-07 22:16 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
mike montagne11-May-07 12:50
mike montagne11-May-07 12:50 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
Pete O'Hanlon13-May-07 9:08
mvePete O'Hanlon13-May-07 9:08 
Questiondot confusion Pin
netJP12L10-May-07 4:50
netJP12L10-May-07 4:50 
AnswerRe: dot confusion Pin
Ravi Bhavnani10-May-07 5:20
professionalRavi Bhavnani10-May-07 5:20 
GeneralRe: dot confusion Pin
netJP12L10-May-07 5:46
netJP12L10-May-07 5:46 
GeneralRe: dot confusion Pin
Scott Dorman10-May-07 11:40
professionalScott Dorman10-May-07 11:40 
QuestionCommunicating with a windows service. Pin
teejayem10-May-07 4:34
teejayem10-May-07 4:34 
QuestionWriting in a Xml Pin
Anka_Ame10-May-07 4:34
Anka_Ame10-May-07 4:34 
AnswerRe: Writing in a Xml Pin
led mike10-May-07 5:14
led mike10-May-07 5:14 
QuestionCan I get the data in a specific Column/Cell instead of the entire data in the Row? [modified] Pin
Khoramdin10-May-07 4:32
Khoramdin10-May-07 4:32 
AnswerRe: Can I get the data in a specific Cell instead of the entire data in the Row? Pin
led mike10-May-07 5:10
led mike10-May-07 5:10 
GeneralRe: Can I get the data in a specific Cell instead of the entire data in the Row? Pin
Khoramdin10-May-07 6:13
Khoramdin10-May-07 6:13 
GeneralRe: Can I get the data in a specific Cell instead of the entire data in the Row? Pin
led mike10-May-07 6:31
led mike10-May-07 6:31 
GeneralRe: Can I get the data in a specific Cell instead of the entire data in the Row? Pin
Khoramdin10-May-07 12:59
Khoramdin10-May-07 12:59 
QuestionSetWindowPos fails Pin
Stevo Z10-May-07 4:01
Stevo Z10-May-07 4:01 
AnswerRe: SetWindowPos fails Pin
Judah Gabriel Himango10-May-07 5:07
sponsorJudah Gabriel Himango10-May-07 5:07 

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.