Giter Site home page Giter Site logo

UDP transport about tarpc HOT 3 CLOSED

google avatar google commented on May 9, 2024
UDP transport

from tarpc.

Comments (3)

tikue avatar tikue commented on May 9, 2024

Hey, thanks for your interest! I'm glad you were able to find your way to the async branch, because that's the most up to date -- we're working on merging it upstream soon (tm)...

You're correct that the Stream enum contains all supported protocols. We did it that way because we figured it'd be easier to just have people file issues when there was a protocol they wanted support for rather than complicating the API with a ton of traits (we tried it, and it was a ton).

Having said that, I don't think we have any plans to support UDP at the moment, because it actually would require a different API than the one exposed by the Stream type. @shaladdle any thoughts?

(your English is great!)

from tarpc.

shaladdle avatar shaladdle commented on May 9, 2024

Hi! I'd like to understand why you want to use UDP as an underlying transport. Is there something about TCP that makes it not work for your use case?

Right now we expose certain semantics to the application layer, and using UDP would either involve reimplementing the parts of TCP that provide those semantics, or changing the semantics Tarpc exposes. Doing the former will add complexity, and we probably won't do it better than the existing TCP stacks. Doing the latter is undesirable because it makes using Tarpc harder/more confusing.

Admittedly though, I'm not a networking expert, so if there's something I'm missing, let me know.

from tarpc.

0nkery avatar 0nkery commented on May 9, 2024

Thanks for your responses!

I want to build toy distributed system and was wondering if TCP or UDP is more suitable for this case. So it's just a matter of comparison.

So, I will maybe use TCP and Unix Sockets together. Maybe TCP only. Closing this.

Thanks again.

from tarpc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.