[progress Communities] [progress Openedge Abl] Forum Post: Re: Openedge.net Library Slow...

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
You can set the options on the socket while building the HttpClientLibrary and HttpClient. There are examples at github.com/.../set_options.p on how to do this. In line 34 you’d set the ReceiveBufferSize to something larger than the 8k default. You can also set the socket options that way. I was looking through the sources because I had thought that the client waited for the socket to time out, but that shouldn’t be a problem in 11.6.2. If you turn logging on (logging-level = 6) , how many response-data-chunk files do you see in session:temp-dir? If there are all of them (the ~2500) after a few seconds and the client is just waiting, then that’s what the problem is and you should get to 11.6.3 .

Continue reading...
 
Status
Not open for further replies.
Back
Top