Is it possible to implement a realtime refresh program with B/S structure?

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi all,
I have little experience of B/S application. I face a project
that marketing want a pure B/S structure.But the refresh rate is
60 times/sec at the most,For example,a realtime curve. Do you think
it is possible?

Thank you!
 
This is similar to a monitor refresh rate. Consider also how many users
you'll have.

Is this a real requirement ? (for now all I can imagine is some kind of over
the web oscilloscope, will the user be able to get real value from data
displayed at such a rate ?).

You could set an upper bar by seeing how much time takes a minimal HTTP
request (without even saying that graphics are not the simplest thing to
draw with nothing else than a browser).

Patrice
 
Back
Top