On Thursday, September 19, 2002 11:04:35 PM -0700 Deepak Soneji sonejideepak@hotmail.com wrote: +------ | Brian/Tim | | Great ! READS are greatly improved upto 12-15 mbps after changing xfersize | to 8k. | Any idea about what magic numbers for read/write I should try to achieve | while tuning ? | | Another question, why TCP ? +-----X8
UDP has no retry mechanism so if you loose any of the 22 packets involved in a 32k transfer then you need to start again. A powerful server sending to a weaker client is a good way to ensure that packets are lost. TCP has mechanism to ensure that packets are not lost and hence works better when the packet recipient is the weaker partner.
/Michael -- This space intentionally left non-blank.