Are there any protocols/standards on top of TCP optimized for high throughput and low latency?

Posted by Nosrama on Stack Overflow See other posts from Stack Overflow or by Nosrama
Published on 2009-09-04T16:54:43Z Indexed on 2010/05/10 15:04 UTC
Read the original article Hit count: 279

Filed under:
|
|
|

Are there any protocols/standards that work over TCP that are optimized for high throughput and low latency?

The only one I can think of is FAST.

At the moment I have devised just a simple text-based protocol delimited by special characters. I'd like to adopt a protocol which is designed for fast transfer and supports perhaps compression and minification of the data that travels over the TCP socket.

© Stack Overflow or respective owner

Related posts about tcp

Related posts about tcpip