S
Stelrad Doulton
Hi all,
I want to be able to "send" data to remote clients over GPRS. I currently
have a solution whereby I am using http polls to check for data periodically
to emulate the push behaviour I want but this seems wasteful.
I am thinking of a hybrid http/tcp but I don't know too much about
networking so I wanted to run it past you guys to see if the idea has legs:
Whenever a RAS connection is established I could set up a connection to a
custom server application on the same box of my web server to announce my
IP. Now when there is data ready for me the custom server application could
"push" an alert out to me (UDP?). At this point I could use my existing
functionality.
Is this a crazy idea? It assumes that once I have established my RAS
connection, my IP address won't changed is this a fair assumption?
Thanks in advance.
I want to be able to "send" data to remote clients over GPRS. I currently
have a solution whereby I am using http polls to check for data periodically
to emulate the push behaviour I want but this seems wasteful.
I am thinking of a hybrid http/tcp but I don't know too much about
networking so I wanted to run it past you guys to see if the idea has legs:
Whenever a RAS connection is established I could set up a connection to a
custom server application on the same box of my web server to announce my
IP. Now when there is data ready for me the custom server application could
"push" an alert out to me (UDP?). At this point I could use my existing
functionality.
Is this a crazy idea? It assumes that once I have established my RAS
connection, my IP address won't changed is this a fair assumption?
Thanks in advance.