Questions tagged as 'sse'

3
answers

How to check which technologies the CPU supports at runtime?

I'm writing a PC program that has optimized function calls for SSE2 , SSE3 and maybe SSE4 . However, I can not guarantee that the PC that will run the program supports these technologies and would like to check the support so...
asked by 17.03.2014 / 01:07
2
answers

What is the difference between SSE and Ajax?

I want to update a div that contains the credits of a client, as soon as I update the amount of credits in the Bank and I'm using setInterval : setInterval(function(){ ver_creditos(); }, 60000); Then I saw the function of...
asked by 07.06.2017 / 02:15
0
answers

SSE queries overload the browser?

I'm working on a real time web project, which looks for server information through SSE . That is, the first request is made to the server, after which the server will send a JSON every second or half second to the browser. Thinking about an...
asked by 19.10.2016 / 19:06