I am new to socket programming and the solution at GPS Socket communication (CONCOX) helped me to most of the extent.
I have to track and capture all the data from all these 2500 vehicles. The listener I used from above sends data to database in batches and not continuously.
When I check the status of listener using netstat
for port "8888"
on which my listener is running, I see a huge list of CLOSE_WAIT
and ESTABLISHED
status' in the command window.
Can anyone hep me send data from all vehicles continuously to MSSQL Database?