Date: Thu, 17 Feb 2005 21:11:37 +0000 From: Colin Percival <cperciva@freebsd.org> To: Kelly Yancey <kbyanc@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c Message-ID: <42150889.7040609@freebsd.org> In-Reply-To: <200502160022.j1G0MK3P059683@repoman.freebsd.org> References: <200502160022.j1G0MK3P059683@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kelly Yancey wrote: > Set TCP_NOPUSH on HTTP requests, reducing the number of round-trips > necessary to establish each connection. Funny, I was talking to murray about this just a couple of days ago. My solution, written with a view towards pipelined http, was to write the request into a buffer and then execute a single syscall to send the entire request at once; but TCP_NOPUSH is probably a better solution for now. Colin Percival
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42150889.7040609>