Memory consumption during large uploads..

2012-02-08 Thread sukanya c
I work for activesync application that use libcurl for client HTTP operations. I noticed that during 10MB data upload, the peak memory consumption reaches more than 10MB. Is it possible to send data to network in the form of chunks and discard the chunks that are already posted to network. This

Re: Memory consumption during large uploads..

2012-02-08 Thread Dan Fandrich
On Wed, Feb 08, 2012 at 06:32:46PM +0530, sukanya c wrote: I work for activesync application that use libcurl for client HTTP operations.   I noticed that during 10MB data upload, the peak memory consumption reaches more than 10MB. Have you tracked the source of this memory usage? Are you