Question:
I have a Classic ASP page setup to connect to third party software to get data.
I want to use AJAX to get data continuously (every few seconds) and update the page real-time.
My problem is every time my web page loads it creates a new socket.
Ideally I would like it to check if a socket exists already and start passing data to it, if not then open the connection first.