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.
Consuming a REST Web Service
-
- Site Admin
- Posts: 872
- Joined: Sun Jul 04, 2021 5:12 am