public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Bonding...
@ 2000-11-29 21:24 Mike A. Harris
  2000-11-30  9:16 ` Bonding Willy Tarreau
  0 siblings, 1 reply; 4+ messages in thread
From: Mike A. Harris @ 2000-11-29 21:24 UTC (permalink / raw)
  To: Linux Kernel mailing list

When using ethernet bonding, does it divide the load between the
two based on connection, or packet by packet?  In other words, if
a single TCP connection were established between the two
machines, would it be twice as fast -using both cables for a
single file transfer lets say, or is it like SMP where it just
means you can have twice as many connections, and any given
connection would go only through a single cable, but multiple
traffic will be load balanced between both?






----------------------------------------------------------------------
      Mike A. Harris  -  Linux advocate  -  Open source advocate
          This message is copyright 2000, all rights reserved.
  Views expressed are my own, not necessarily shared by my employer.
----------------------------------------------------------------------

#[Mike A. Harris bash tip #1 - separate history files per virtual console]
# Put the following at the bottom of your ~/.bash_profile
[ ! -d ~/.bash_histdir ] && mkdir ~/.bash_histdir
tty |grep "^/dev/tty[0-9]" >& /dev/null && \
        export HISTFILE=~/.bash_histdir/.$(tty | sed -e 's/.*\///')

-
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] 4+ messages in thread

end of thread, other threads:[~2000-12-01 18:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-29 21:24 Bonding Mike A. Harris
2000-11-30  9:16 ` Bonding Willy Tarreau
2000-11-30 20:45   ` Bonding Rainer Clasen
2000-12-01 17:42     ` Bonding Thomas Davis

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