Re: [Support] Mina 2.0.7 improve reliability when there are network error

2014-04-01 Thread Emmanuel Lécharny
Le 4/1/14 10:34 AM, TRAN Antoine a écrit : > Thank you for your quick answer. > > On 31/03/2014 21:59, Emmanuel Lécharny wrote: > > Le 3/31/14 9:56 PM, Jon V. a écrit : >> TCP works perfectly. If there is a problem. It is elsewhere. >> >> Implementing message delivery confirmation is a part of a hi

Re: [Support] Mina 2.0.7 improve reliability when there are network error

2014-04-01 Thread TRAN Antoine
Thank you for your quick answer. On 31/03/2014 21:59, Emmanuel Lécharny wrote: Le 3/31/14 9:56 PM, Jon V. a écrit : > TCP works perfectly. If there is a problem. It is elsewhere. > > Implementing message delivery confirmation is a part of a higher level > protocol. If the network/TCP is connected

Re: [Support] Mina 2.0.7 improve reliability when there are network error

2014-03-31 Thread Emmanuel Lécharny
Le 3/31/14 9:56 PM, Jon V. a écrit : > TCP works perfectly. If there is a problem. It is elsewhere. > > Implementing message delivery confirmation is a part of a higher level > protocol. If the network/TCP is connected; it will be delivered. > > In what environment are you expecting TCP sockets to

Re: [Support] Mina 2.0.7 improve reliability when there are network error

2014-03-31 Thread Jon V.
TCP works perfectly. If there is a problem. It is elsewhere. Implementing message delivery confirmation is a part of a higher level protocol. If the network/TCP is connected; it will be delivered. In what environment are you expecting TCP sockets to close all the time? Here is what happening reg

[Support] Mina 2.0.7 improve reliability when there are network error

2014-03-31 Thread TRAN Antoine
Hi, Goal I would like to improve the reliability of our program using Mina. >From the research and tests I have made, it seems: 1. TCP reliability is not enough for messages not to be lost. 2. Mina does not offer message sent acknowledgment. 3. Lost of connection can be detected with the IO