Hi,
Recently I saw a demo on YouTube of google wave and was very impressed at the real time chat feature. I did quite a lot of research and have written something that posts to an application variable onkeyup at one end via ajax and that application variable is checked via ajax at the other end every 100ms - if it has changed then a response.write command is executed.
So far so good! However in terms of performance what is the likely impact likely to be?
If I am makgin an ajax request to an ASP page every 100ms does that count as 10 hits on the web server a second - i.e. could I inadvertently be launching a DoS attack on my own web server?
Also how many application variables can sit on IIS before it starts grumbling? If I had say 250 people logged into my site would IIS be able to cope with storing that many application variables.
Thanks very much
Ed
Recently I saw a demo on YouTube of google wave and was very impressed at the real time chat feature. I did quite a lot of research and have written something that posts to an application variable onkeyup at one end via ajax and that application variable is checked via ajax at the other end every 100ms - if it has changed then a response.write command is executed.
So far so good! However in terms of performance what is the likely impact likely to be?
If I am makgin an ajax request to an ASP page every 100ms does that count as 10 hits on the web server a second - i.e. could I inadvertently be launching a DoS attack on my own web server?
Also how many application variables can sit on IIS before it starts grumbling? If I had say 250 people logged into my site would IIS be able to cope with storing that many application variables.
Thanks very much
Ed