On 01/28/2013 08:03 PM, waldo kitty wrote:

i'm trying to make sure i'm following along here because i'm also using synapse for a project...
Do you know where to find the Synapse "Powers" ? I do hope (and feel) they are interested in helping to make this work and fix potential problems in the Synapse code.

This is why I upgraded to the most recent svn sources of Synapse (and found that it obviously is not yet tested on ARM: it does not compiled without a (simple) modification).

Here are my latest finding:

- I set the ConnectTimeout property and I set the other timeouts by calling "SetTimeout". - As described my project does perform two complete HTTP communications with the target successfully. - With the third access, the "connect" does work even without a timeout and a retry performed by my software (Synapse Status log: "7" = HR_CanWrite / "5" = HR_Connect). - then it does "11" = HR_WriteCount is shown, supposedly indicating my write request. and "13" = HR_Error seems shows that a timeout error on that Write occurred. - my latest log shows that the timeout occurs after more than 15 Minutes (see below).
 - my software does a retry and the same happens again.

Now the "extended" Timeout is one problem, but the primary problem is why this write HTTP access does not work, while the previous two accesses do work fine.

How do we proceed ?

Thanks,
-Michael


------------------------------------------------------------------------


>>>29-1-13 23:00:13>>>3:
>>>29-1-13 23:00:13>>>0:192.168.71.252:80
>>>29-1-13 23:00:13>>>1:192.168.71.252:80
>>>29-1-13 23:00:13>>>2:IPv4
>>>29-1-13 23:00:13>>>7:
>>>29-1-13 23:00:13>>>5:192.168.71.252:80
>>>29-1-13 23:16:37>>>11:5616
>>>29-1-13 23:16:37>>>13:110,Connection timed out
>>>29-1-13 23:16:37>>>6:
>>>29-1-13 23:16:37>>>10:5663
>>>29-1-13 23:16:37>>>3:
>>>29-1-13 23:16:37>>>0:192.168.71.252:80
>>>29-1-13 23:16:37>>>1:192.168.71.252:80
>>>29-1-13 23:16:37>>>2:IPv4
>>>29-1-13 23:16:37>>>7:
>>>29-1-13 23:16:37>>>5:192.168.71.252:80
>>>29-1-13 23:33:12>>>11:5382
>>>29-1-13 23:33:12>>>13:110,Connection timed out
>>>29-1-13 23:33:12>>>6:
>>>29-1-13 23:33:12>>>10:5638
>>>29-1-13 23:33:12>>>3:
>>>29-1-13 23:33:12>>>0:192.168.71.252:80
>>>29-1-13 23:33:12>>>1:192.168.71.252:80
>>>29-1-13 23:33:12>>>2:IPv4
>>>29-1-13 23:33:12>>>7:
>>>29-1-13 23:33:12>>>5:192.168.71.252:80
>>>29-1-13 23:48:47>>>11:4095
>>>29-1-13 23:48:47>>>13:110,Connection timed out
>>>29-1-13 23:48:47>>>6:
>>>29-1-13 23:48:47>>>10:498
>>>29-1-13 23:48:47>>>3:
>>>29-1-13 23:48:47>>>0:192.168.71.252:80
>>>29-1-13 23:48:47>>>1:192.168.71.252:80
>>>29-1-13 23:48:47>>>2:IPv4
>>>29-1-13 23:48:47>>>7:
>>>29-1-13 23:48:47>>>5:192.168.71.252:80



_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to