DZX
06-17-2005, 12:41 AM
Hi, this entire site is done with asp.net 1.1. the page http://www.cmnengineering.com/performance/performance.aspx[/url] is a Real Time data feed of the Servers resources. It is actually feeding the true values and displaying it in the browser without any page flickering or refresh.
The server side code ( code-behind ) is VB.NET . and makes use of WMI Performance counters.
Approximately 1000 milliseconds per pulse. The Size of the data sent to the browser and Received from postback, including session variables, viewstate and application level variables are fairly small, less than 2Kb per pulse.
Although pulses in the sub-second ( millisecond ) rate are far too fast for humans, this is just a demonstration to show that it really can be done, and works very efficiently.
I will try to add more demos and code samples!
Happy Coding
Chuck
[url="http://www.cmnengineering.com"]www.cmnengineering.com (http://www.cmnengineering.com/products/products.aspx)
Post Edited (DZX) : 10/2/2005 6:26:05 AM GMT
The server side code ( code-behind ) is VB.NET . and makes use of WMI Performance counters.
Approximately 1000 milliseconds per pulse. The Size of the data sent to the browser and Received from postback, including session variables, viewstate and application level variables are fairly small, less than 2Kb per pulse.
Although pulses in the sub-second ( millisecond ) rate are far too fast for humans, this is just a demonstration to show that it really can be done, and works very efficiently.
I will try to add more demos and code samples!
Happy Coding
Chuck
[url="http://www.cmnengineering.com"]www.cmnengineering.com (http://www.cmnengineering.com/products/products.aspx)
Post Edited (DZX) : 10/2/2005 6:26:05 AM GMT