Archived Forum Post

Index of archived forum posts

Question:

ASP use existing SOCKET

Apr 21 '15 at 22:25

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.