John Pritchard
unread,May 12, 2009, 3:29:43 PM5/12/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to proto-streamer
This server should be good for a great many apps from chat to games
and more. Using tcp is good for fairly fast interactions, second only
to udp which is necessary at the most extreme as for voice. Using
http has the cost of requiring one stream in each direction, uplink &
downlink, but has the benefit of traversing firewalls and proxies
nicely.
With a tagged data format like protobuf, message overhead is a couple
bytes per field. Typically one byte for data type, and then a byte or
two (each seven bits) for payload length.