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

C#

 
GeneralRe: ClickOnce deploy Pin
alex.almeida18-May-07 2:39
alex.almeida18-May-07 2:39 
AnswerRe: ClickOnce deploy Pin
LongRange.Shooter10-May-07 10:32
LongRange.Shooter10-May-07 10:32 
QuestionFresh prospective Pin
Justin Perez10-May-07 6:28
Justin Perez10-May-07 6:28 
AnswerRe: Fresh prospective Pin
Bijesh10-May-07 6:36
Bijesh10-May-07 6:36 
AnswerRe: Fresh prospective Pin
snorkie10-May-07 10:25
professionalsnorkie10-May-07 10:25 
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 
OPC is described to be an open standard similar to OLE:

http://www.opcfoundation.org/Default.aspx/01_about/01_whatis.asp

OPC's Alarms and Events specification addresses issues most similar to those of my question, but does not appear to be a method for actual simultaneous broadcasting of data (in fact, it appears to be a pull technology, versus a push technology); and I am wondering if a "simultaneous" broadcasting technology exists.

I'm trying to get my brain around a low level concept that will provide the best achievable performance. It seems to me that any possible implementation (including OPC?) will still be subject to having to serially broadcast (or, in the case of OPC, request) the data.

I am assuming 1) that at best a server process is going to have to iterate an array of clients; 2) that consequently the number of supported clients can only inherently degrade process speed; and 3) that optimal speed can only be achieved by minimizing interaction.

If these assumptions are correct, then there is no practical way to "simultaneously" broadcast/expose the data, and a limitation for maximum possible performance exists. The performance ceiling therefore would be something like NumberOfClients x SpeedOfSingleBroadcast, whereas the speed of the desirable "simultaneous" broadcast is 1 x SpeedOfSingleBroadcast.

Does anyone have any further thoughts on this?




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 
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 

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.