TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

New website of MessagePack Project introduces next-generation RPC.

22 pointsby frsyukialmost 15 years ago

3 comments

xtacyalmost 15 years ago
How is the transport layer implemented? Does it use TCP? Or does it build its own reliable transport over UDP? Of another concern is the message delivery latency.
评论 #1454263 未加载
durin42almost 15 years ago
I'm not sure I understand the obsession with speed here - at some point isn't the RPC latency going to be the dominator rather than the encode/decode time? Shouldn't we be really close to that already for well-designed applications without a ton of RPC roundtrips?
评论 #1454258 未加载
mkramlichalmost 15 years ago
I like how the site shows sample code on the home page.<p>Anyone care to compare to Thrift or Google Protocol Buffers?
评论 #1453970 未加载