Socket throughput on localhost?

Posted by gct on Stack Overflow See other posts from Stack Overflow or by gct
Published on 2010-03-23T15:26:30Z Indexed on 2010/03/23 15:33 UTC
Read the original article Hit count: 406

Filed under:
|

I've got an app that's using sockets to push data, and I'm currently testing it on my localhost (so that the sender and receiver are on the same computer). I'm seeing between 36 and 66MB/s of throughput, which seems somewhat slow to me. What are normal throughput ranges for binary data on a local socket connection?

© Stack Overflow or respective owner

Related posts about c++

Related posts about socket