M
mak
Hi, I am in the process of designing a simple Windows client
application, that polls an asp.net web page using HTTP GET on an IIS 6.0
web server for a small piece of information (about 30 characters) approx
every 15 minutes.
I would appreciate any advice you can offer in terms of the most
efficient way of polling the web server for this data. Currently the
Windows client uses HTTP GET to collect the output of the web page, but
I am wondering if a better design would be to use a SOAP web service.
However SOAP appears to be fairly verbose and the most important aspect
of the design is to keep bandwidth utilisation to a minimum as there
could be a lot of clients polling at the same time.
I would appreciate any advice you can give.
Many thanks.
application, that polls an asp.net web page using HTTP GET on an IIS 6.0
web server for a small piece of information (about 30 characters) approx
every 15 minutes.
I would appreciate any advice you can offer in terms of the most
efficient way of polling the web server for this data. Currently the
Windows client uses HTTP GET to collect the output of the web page, but
I am wondering if a better design would be to use a SOAP web service.
However SOAP appears to be fairly verbose and the most important aspect
of the design is to keep bandwidth utilisation to a minimum as there
could be a lot of clients polling at the same time.
I would appreciate any advice you can give.
Many thanks.