2/20/2011 1:25 PM | |
Joined: 10/7/2005 Last visit: 3/15/2025 Posts: 3042 Rating:
|
Hello autom I wonder if you have agreed on a fixed (static) message lenght with the Sender of the TCP data. It seems you haven't as you are trying different receive DB lenght and I fear you won't succeed until you either agree on afixed message lenght, or implement a mechanims to add the message lenght to the data or see if the other can side can tolerate an ISO-on-TCP connection. If you have however agreed on a fixed message lenght, you must make sure to let AG_RECV know about the lenghtvia the ANY pointer that you assign to the "RECV"Parameter of the call. I hope this helps and below are a few further links with more technical background on the above. What properties, advantages and special features does the TCP protocol offer? What properties, advantages and special features does the ISO-on-TCP protocol offer? Why under certain circumstances are there very long response times with TCP connections? Transferring data with variable message lengths via the TCP protocol |
Cheers |
|
Follow us on