Re: Socket Performance

2008-03-13 Thread sleddd
On Mar 13, 9:33 am, Brian Smith [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Sent: Wednesday, March 12, 2008 9:47 PM To: [EMAIL PROTECTED] Subject: Socket Performance Can anyone explain why socket performance (throughput) varies depending on the amount of data send and recv are

Socket Performance

2008-03-12 Thread sleddd
Can anyone explain why socket performance (throughput) varies depending on the amount of data send and recv are called with? For example: try creating a local client/server (running on the same computer) where the server sends the client a fixed amount of data. Using method A, recv(8192) and