RE: doubt about retry

2003-03-27 Thread Oleg Kalnichevski
nal- > De: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] > Enviado el: jueves, 27 de marzo de 2003 16:30 > Para: Commons HttpClient Project > Asunto: RE: doubt about retry > > > Unfortunately, it's not the case > Oleg > > -Original Message- > Fro

RE: doubt about retry

2003-03-27 Thread Sergio Berna
? Sergio. -Mensaje original- De: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Enviado el: jueves, 27 de marzo de 2003 16:30 Para: Commons HttpClient Project Asunto: RE: doubt about retry Unfortunately, it's not the case Oleg -Original Message- From: Sergio Berna [mailto:[

RE: doubt about retry

2003-03-27 Thread Kalnichevski, Oleg
Unfortunately, it's not the case Oleg -Original Message- From: Sergio Berna [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 27. März 2003 16:17 To: Commons HttpClient Project Subject: RE: doubt about retry Yes, that was exactly my point. If its sure that a recoverable exception is

RE: doubt about retry

2003-03-27 Thread Sergio Berna
any way. Thx. -Mensaje original- De: Eric Johnson [mailto:[EMAIL PROTECTED] Enviado el: jueves, 27 de marzo de 2003 15:09 Para: Commons HttpClient Project Asunto: Re: doubt about retry Sergio, As best I can tell, your stated requirement is one that needs to be handled at the server

Re: doubt about retry

2003-03-27 Thread Eric Johnson
Sergio, As best I can tell, your stated requirement is one that needs to be handled at the server. Consider: Your client application --> HttpClient --> JRE --> Client OS --> HTTP --> Server OS --> HttpServer --> Server application. and then: Your client application <-- HttpClient <-- JRE <-- C

RE: doubt about retry

2003-03-27 Thread Kalnichevski, Oleg
EMAIL PROTECTED] Subject: doubt about retry Hello, I have a small question regarding the HttpException that usually happens when the connection has been closed previous to re-using it. In your schema you advise to retry the connection, since a new request is likely to work. The problem im faci

doubt about retry

2003-03-27 Thread Sergio Berna
Hello, I have a small question regarding the HttpException that usually happens when the connection has been closed previous to re-using it. In your schema you advise to retry the connection, since a new request is likely to work. The problem im facing is wheter i can be absolutely sure that the