M
MickeyBob
I want to develop a web application that displays real-
time data. I'm thinking that a typical web form would
have between 25 to 75 values that needed to be updated
every second or so. The original data source would be an
OPC (i.e., OLE for Process Control) server (preferred) or
a database (e.g., SQL Server).
I've surfed all over the web trying to figure out 1) can
this be done, 2) should it be done, and 3) what's the
best way to do it. Some of the options I've found are...
1. Client side scripts calling web service on a periodic
basis
2. Implement an active channel
3. Custom control that links directly to server or
database
If anyone can offer some direction or suggestions on the
best way to proceed, please let me know.
Thanks
time data. I'm thinking that a typical web form would
have between 25 to 75 values that needed to be updated
every second or so. The original data source would be an
OPC (i.e., OLE for Process Control) server (preferred) or
a database (e.g., SQL Server).
I've surfed all over the web trying to figure out 1) can
this be done, 2) should it be done, and 3) what's the
best way to do it. Some of the options I've found are...
1. Client side scripts calling web service on a periodic
basis
2. Implement an active channel
3. Custom control that links directly to server or
database
If anyone can offer some direction or suggestions on the
best way to proceed, please let me know.
Thanks