Questions tagged [unreliable-connection]

19 questions
0
votes
2 answers

Solution for Web Application with Unreliable Internet Connection

We've developed a web application which is hosted on premises available for people in the shop floor via Wifi. However, the wifi signal is not reliable and it's not possible to use wired network or improve the signal. I am looking for a solution to…
Dan
  • 63
  • 1
  • 1
  • 7
0
votes
1 answer

What will happen if a TCP RST is lost?

As per my understanding, if a TCP RST is sent, the sender(A) closes the socket and the connection is closed at its end. Now, since the RST is lost, the intended receiver(B) is not yet aware of the RST sent. If B now tries to send more data to A, how…
0
votes
0 answers

MySQL table synchronization : incomplete copy without error

I have used SQLYog community edition for a few months to copy almost daily a few dozens of tables from a production server to a development server, for testing purposes ("copy database"). It used to work correctly until last week. We noticed that…
Joël V.
  • 90
  • 4
0
votes
1 answer

Message queuing from android considering unreliable network

My architecture will use ActiveMQ on the server and have Android clients send and receive messages.The network situation will be very unreliable; possibly hours of missing connection. Is there a framework that will allow me to queue up the messages…
Julian
  • 3
  • 1
1
2