From: Nelson, E. - 2 <eri...@ba...> - 2010-05-27 16:42:59
|
Dean Michael Berris wrote: > Please > indicate your votes so I can focus my energies (and other people > interested in contributing) towards completing something that matters > to those already in the list Since you asked :) I wouldn't mind a little more focus on efficiency... if I call http::client.post() with a payload (body), it looks to me like that body gets fully copied at least 5 times in cpp-netlib before it goes down the wire if I understand correctly. In my application, I routinely send 10-20MB messages. I haven't done any testing but it seems to me that there might be a way to do this a little more efficiently. Erik |