G
Guest
Hello Everyone,
I'm building an application which requires server side events to be pushed
to clients.
Typically I build these applications with a think client, but the machines
I'm deploying this particular application have a very slim image - no .NET,
Java, or any other runtimes.
I am only able to use Internet Explorer 6.0 (running on Windows 2000 Pro).
I've implemented a solution using web services, a polling mechanism, and
ASP.NET AJAX ... however this method takes up a lot of CPU cycles on the
client which is noticable since javascript is single-threaded. I am polling
the server every second.
I understand there is an up and coming framework called COMET which does
provide server side event pushed through a persistent connection, but does
anyone know how easy it would be to integrate this pattern into ASP.NET
Ajax?
I'm just throwing this out to see how other people have built applications
which require a server side event push.
Thanks!
I'm building an application which requires server side events to be pushed
to clients.
Typically I build these applications with a think client, but the machines
I'm deploying this particular application have a very slim image - no .NET,
Java, or any other runtimes.
I am only able to use Internet Explorer 6.0 (running on Windows 2000 Pro).
I've implemented a solution using web services, a polling mechanism, and
ASP.NET AJAX ... however this method takes up a lot of CPU cycles on the
client which is noticable since javascript is single-threaded. I am polling
the server every second.
I understand there is an up and coming framework called COMET which does
provide server side event pushed through a persistent connection, but does
anyone know how easy it would be to integrate this pattern into ASP.NET
Ajax?
I'm just throwing this out to see how other people have built applications
which require a server side event push.
Thanks!