[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: HttpClient performamce

  • Thread starter Thread starter FrankHilhorst
  • Start date Start date
Status
Not open for further replies.
F

FrankHilhorst

Guest
I have opened a case as you suggested under case number 00474558. I was asked to attached the code I am using for the curl implementation and the http client implementation. However when I try to attach my code and stats to the case link it doesn't allow me to do it. I think this is because I am contracting at Franklin Templeton and I am trying to use my login and nobody knows the Templeton log in. So the stats for curl are that we can make 15 round trips in 674 milisecords To do the same with the Progress HTTP client takes 5579 miliseconds Since I can't attache the code for the curl and the http client implementations here and I cannot attach it to the case number either (as previously explained), if you give me an email address I will mail the code library to you. Here are the traces for the curl test run and the http client test run below. Curl against on premise rest service ┌────────────────────────────────────────────────────────────────────┐ │ iCnt iETime code reason cErrMsg │ │────────── ────────── ────────── ──────── ─────────────── │ │ 1 45 200 475│ │ 2 43 200 475│ │ 3 41 200 475│ │ 4 43 200 475│ │ 5 43 200 475│ │ 6 46 ┌────── Message ───────┐ 475│ │ 7 47 │ iTotTime 674 │ 475│ │ 8 43 │ ──────────────────── │ 475│ │ 9 41 │ │ 475│ │ 10 43 └──────────────────────┘ 475│ │ 11 45 200 475│ │ 12 43 200 475│ │ 13 44 200 475│ │ 14 49 200 475│ │ 15 46 200 475│ │ │ │ │ └────────────────────────────────────────────────────────────────────┘ 4gl httpclient against on premise rest service ┌────────────────────────────────────────────────────────────────────┐ │ iCnt iETime code reason cErrMsg │ │────────── ────────── ────────── ──────── ─────────────── │ │ 1 399 200 OK 474│ │ 2 379 200 OK 474│ │ 3 403 200 OK 474│ │ 4 354 200 OK 474│ │ 5 379 200 OK 474│ │ 6 371 ┌────── Message ───────┐ 474│ │ 7 345 │ iTotTime 5579 │ 474│ │ 8 340 │ ──────────────────── │ 474│ │ 9 343 │ │ 474│ │ 10 339 └──────────────────────┘ 474│ │ 11 341 200 OK 474│ │ 12 346 200 OK 474│ │ 13 394 200 OK 474│ │ 14 391 200 OK 474│ │ 15 428 200 OK 474│ │ │ │ │ └────────────────────────────────────────────────────────────────────┘

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