Peter St. John wrote:
One could use the ...I'm thinking of the extra-big-packet size in IP6. But
if you have small numbers of large datasets, you could increase your

perceived bandwidth with two NICs and larger packets, maybe by using some
protocol other than TCP?

If you don't drop packets, UDP is the simplest solution. However, you will always lose a packet at some point, so you will need a reliable protocol. You can build one on top of UDP at the host level, or you can do your own wire protocol on Ethernet. SCTP has some support for multipath out of the box last time I looked.

Patrick
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to