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

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

Peter Judge

Guest
Frank, Does the total time include converting the file on disk into a "useful" object? Or do you just use it as a longchar or memptr? One of the areas where ABL is slower than (say) C is in processing of byte-based data. The Http Client converts the responses which are byte-based into more strongly-typed objects. This takes some time. We're working on identifying places where we can move that code into the Core/language.

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