Re: libcurl nagle

2013-10-22 Thread Daniel Stenberg
On Mon, 21 Oct 2013, folkert wrote: How does libcurl send commands? Does it batch up a command so that it and its parameters are send in one go? Yes it does. Or should one keep nagle switched on to reduce overhead? (talking ftp here) Has anyone measured how much this overhead is in a

libcurl nagle

2013-10-21 Thread folkert
Hi, How does libcurl send commands? Does it batch up a command so that it and its parameters are send in one go? Or should one keep nagle switched on to reduce overhead? (talking ftp here) Has anyone measured how much this overhead is in a typical libcurl ftp session? I'm looking into optimizing