Looking at MHD examples, it seems the recommended buffer size to specify on MHD_create_post_processor() for large uploads is 512:
However, what means large for you? About 100 MB, 1 GB, 10 GB or greater?!
I have a structure that I need to support ~ 5 GB, so I'm planning to use 1024, because I want fast transfer using less memory and CPU possible. In that case, is 1024 an ideal size?
Thank you!
P.S.: we should specify the size (in MB or GB) that we consider large on the example `largepost.c`.
--