public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [Fwd: [Fwd: Is sendfile all that sexy? (fwd)]]
@ 2001-01-17 21:51 Dan Kegel
  0 siblings, 0 replies; 84+ messages in thread
From: Dan Kegel @ 2001-01-17 21:51 UTC (permalink / raw)
  To: dean-list-linux-kernel, linux-kernel, Tony Finch

Dean Gaudet wrote:
> consider the case where you're responding to a pair of pipelined HTTP/1.1 
> requests. with the HPUX and BSD sendfile() APIs you end up forcing a 
> packet boundary between the two responses. this is likely to result in 
> one small packet on the wire after each response. 
> 
> with the linux TCP_CORK API you only get one trailing small packet

Tony Finch tells me that BSD also supports TCP_CORK; in fact, it had it first.
He wrote:
> BSDs that include T/TCP (pretty much all of them since 1995) have an
> option called TCP_NOPUSH which is equivalent to Linux's TCP_CORK. A
> pity the Linux people didn't know about it when they implemented their
> version.
>  
> #if defined(TCP_CORK) && !defined(TCP_NOPUSH)
> #define TCP_NOPUSH TCP_CORK
> #endif

Can anyone verify it resolves the problem Dean pointed out?

Now, Linus, does that make you hate BSD less? :-)
- Dan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 84+ messages in thread
* Re: [Fwd: [Fwd: Is sendfile all that sexy? (fwd)]]
@ 2001-01-24  0:19 Cacophonix
  0 siblings, 0 replies; 84+ messages in thread
From: Cacophonix @ 2001-01-24  0:19 UTC (permalink / raw)
  To: linux-kernel

http://community.roxen.com/developers/idocs/drafts/draft-minshall-nagle-01.txt

There's also a paper on the specific issues:
http://www.cc.gatech.edu/fac/Ellen.Zegura/wisp99/papers/minshall.ps

You may also want to look up the ietf tcp-impl archive from '99 for discussions
on the draft.

cheers,
karthik


--- Guus Sliepen (guus@warande3094.warande.uu.nl) wrote:

On Sat, Jan 20, 2001 at 10:39:36PM +0300, Alexey Kuznetsov wrote: 

> Yes. It is cost, which we have to pay. Look into Minshall's draft, 
> by the way (draft-minshall-nagle-*), it discusses pros and contras. 

What kind of draft is that? I can't find it on the IETF site. Could you 
provide me with a link? 

------------------------------------------- 
Met vriendelijke groet / with kind regards, 
  Guus Sliepen <guus@sliepen.warande.net> 
------------------------------------------- 

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 84+ messages in thread

end of thread, other threads:[~2001-01-25 18:02 UTC | newest]

Thread overview: 84+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3A65E825.FFEB194@cup.hp.com>
2001-01-17 19:27 ` [Fwd: [Fwd: Is sendfile all that sexy? (fwd)]] Linus Torvalds
2001-01-17 20:03   ` Rick Jones
2001-01-17 20:38     ` dean gaudet
2001-01-17 20:57       ` Rick Jones
2001-01-18 13:06         ` Ingo Molnar
2001-01-18 14:57           ` Andi Kleen
2001-01-18 18:24           ` Rick Jones
2001-01-19  2:46         ` dean gaudet
2001-01-19  3:03           ` dean gaudet
2001-01-19 19:07           ` Rick Jones
2001-01-19 20:03             ` kuznet
2001-01-19 21:20               ` Rick Jones
2001-01-20 18:03                 ` kuznet
2001-01-22 18:44                   ` Rick Jones
2001-01-20 14:56           ` Kai Henningsen
2001-01-23  7:20             ` dean gaudet
2001-01-20 23:09           ` Lincoln Dale
2001-01-20 23:27             ` James Sutherland
2001-01-21  0:02               ` Chris Wedgwood
2001-01-18 12:56       ` Ingo Molnar
2001-01-25 17:58         ` Jamie Lokier
2001-01-17 21:22     ` Linus Torvalds
2001-01-17 22:17       ` Rick Jones
2001-01-17 22:53         ` Linus Torvalds
2001-01-17 22:44           ` Jonathan Walther
2001-01-18 13:18           ` Ingo Molnar
2001-01-18 16:49             ` Linus Torvalds
2001-01-18 17:32               ` Ingo Molnar
2001-01-18 17:49               ` Zach Brown
2001-01-19  3:16                 ` dean gaudet
2001-01-19  3:56                   ` David Ford
2001-01-18 18:29               ` Rick Jones
2001-01-18 18:50                 ` Linus Torvalds
2001-01-18 19:38               ` Andrea Arcangeli
2001-01-18 19:43                 ` Ingo Molnar
2001-01-18 19:52                   ` Linus Torvalds
2001-01-18 20:11                     ` kuznet
2001-01-18 20:33                     ` Ingo Molnar
2001-01-18 21:14                     ` Andrea Arcangeli
2001-01-18 20:24                   ` Andrea Arcangeli
2001-01-18 20:37                     ` kuznet
2001-01-18 21:04                       ` Andrea Arcangeli
2001-01-19  0:27                         ` Olivier Galibert
2001-01-19  0:59                           ` Rick Jones
2001-01-19 17:52                         ` kuznet
2001-01-19 20:54                           ` Andrea Arcangeli
2001-01-18 20:44                     ` Ingo Molnar
2001-01-18 21:54                       ` Andrea Arcangeli
2001-01-18 21:57                         ` Ingo Molnar
2001-01-18 22:16                           ` Andrea Arcangeli
2001-01-18 22:18                             ` Ingo Molnar
2001-01-19 15:25                               ` Andrea Arcangeli
2001-01-19 18:18                                 ` kuznet
2001-01-19 21:13                                   ` Andrea Arcangeli
2001-01-20 17:28                                     ` kuznet
2001-01-20 18:14                                       ` Abramo Bagnara
2001-01-20 18:23                                       ` Andrea Arcangeli
2001-01-20 19:05                                         ` kuznet
2001-01-20 19:30                                           ` Andrea Arcangeli
2001-01-20 19:39                                             ` Linus Torvalds
2001-01-20 20:22                                               ` kuznet
2001-01-20 21:20                                                 ` Andrea Arcangeli
2001-01-20 20:56                                               ` Andrea Arcangeli
2001-01-21 18:37                                                 ` kuznet
2001-01-20 19:39                                             ` kuznet
2001-01-20 21:05                                               ` Andrea Arcangeli
2001-01-20 21:31                                               ` Guus Sliepen
2001-01-18 22:20                             ` Ingo Molnar
2001-01-18 19:45                 ` Linus Torvalds
2001-01-18 19:59                 ` kuznet
2001-01-18 20:44                   ` Andrea Arcangeli
2001-01-19  3:25                 ` dean gaudet
2001-01-19  3:35                   ` dean gaudet
2001-01-18  9:34         ` Andi Kleen
2001-01-18 18:20           ` Rick Jones
2001-01-18 19:45             ` Andi Kleen
2001-01-18 20:30             ` kuznet
2001-01-18 20:50               ` Ingo Molnar
2001-01-18 22:49               ` Rick Jones
2001-01-18 13:29         ` Ingo Molnar
2001-01-18 16:51           ` Linus Torvalds
2001-01-18 17:04             ` Ingo Molnar
2001-01-17 21:51 Dan Kegel
  -- strict thread matches above, loose matches on Subject: below --
2001-01-24  0:19 Cacophonix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox