Skip to content

Does one rpyc session use one TCP connection? #579

@LostGhost1

Description

@LostGhost1

I'm confused. It looks like on client-side, rpyc multiplexes streams over one TCP connection. But on server-side, it seems every TCP connection is handled separately. Is it possible to make sure that with rpyc.connect, only one connection is established and used? Or is this the reason there isn't SO_REUSEPORT - when connection gets reestablished, possibly to a different process on the same port, all netrefs become invalid?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions