0

I'm building a low-level, high-performance, cross-platform cloud architecture that needs to utilize a fast rpc system. I'm considering bert-rpc, but I'm not sure if this uses http or sits directly on top of tcp/ip. Basically, I care about how many round trips are needed for a single rpc call, and the message delivery guarantees that come with bert-rpc.

Jonas
  • 121,568
  • 97
  • 310
  • 388
Tyler
  • 28,498
  • 11
  • 90
  • 106

1 Answers1

0

It uses tcp directly, no http.

Source: email from mojombo.

Tyler
  • 28,498
  • 11
  • 90
  • 106