06-24-2019, 01:49 PM
"someone "
There are plenty of someone's who will sell you the moon. "someone" always has a pleasing answer because they don't even have the liability of a name let alone a need to help you.
As I said before, there are things such as websockets but they also create server liabilities and some proxies and other things still interfere with or prevent their usage in many cases.
You can use websockets with IW, but there are a lot of factors including the server software that will make a specific dependency (ie IIS, vs HTTP.sys, etc).
If you want something that is simple and reliable, polling is the current way and this is not because of IntraWeb, but because of how the web works today. Websockets like WebAssembly are the future, but unfortunately because of infrastructure are not fully viable today and these are the reasons they are not widely used yet.
https://developer.bring.com/blog/websocket-bug-hunt/
"7 years after the websocket standard was finalized, it still won’t work on a lot of corporate networks"
Why do you need 1 second polling? Are you creating a chat?
There are plenty of someone's who will sell you the moon. "someone" always has a pleasing answer because they don't even have the liability of a name let alone a need to help you.
As I said before, there are things such as websockets but they also create server liabilities and some proxies and other things still interfere with or prevent their usage in many cases.
You can use websockets with IW, but there are a lot of factors including the server software that will make a specific dependency (ie IIS, vs HTTP.sys, etc).
If you want something that is simple and reliable, polling is the current way and this is not because of IntraWeb, but because of how the web works today. Websockets like WebAssembly are the future, but unfortunately because of infrastructure are not fully viable today and these are the reasons they are not widely used yet.
https://developer.bring.com/blog/websocket-bug-hunt/
"7 years after the websocket standard was finalized, it still won’t work on a lot of corporate networks"
Why do you need 1 second polling? Are you creating a chat?

