Basically, my system is a monitoring system. First of all, i would like to explain my design. there is a server and upto 100 client. All the client is running a execute file and generate txt file. i have to retrieve the txt from the client and update the server screen information thorugh the datasocket.
client is will create a read & write data value, everytime the client is just need to update the datasocket only. Server will retrive from the client.
Problem 1,
When the server refresh, (mean disconnect and re-connect) why it cant connect to the client's datasocket?
Question 1,
Is datasocket able to connect & disconnect many times at the same times?