Query about Chunked Request posting..



Hi,

We are using Libsoup for an Application, that is capable of sending and receiving mails.

The issue is that though the huge mail data is sent in the form of chunks, libsoup consumes more memory.

The reason being that, as per the link "http://mail.gnome.org/archives/commits-list/2009-July/msg07959.html", the libsoup doesn't discard the request body till the request is completely sent, even if accumulate flag is set to FALSE.

But, while sending huge size of data to the Network, this results in high memory consumption.

Please let us know, "If the application takes care of resending the data in case of failure, Is there a way to enforce libsoup to discard the request chunks".

 

Thanks,

Sukanya



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]