Page 2 of 2

Re: Consuming a REST Web Service

Posted: Tue May 02, 2023 1:27 am
by Scott Klement
You can save the data to a file, and then process it from the file...

Alternately, you can use one of the "raw" routines to receive the data via a callback, and then write your own code to save the data into a teraspace memory space.

Personally, I would just go with the file -- there's not much reason to use advanced memory handling, here... the difference in performance is negligible by comparison to the time it'll take to transfer a large file like this over the network.