erpc-io / eRPC

Efficient RPCs for datacenter networks
https://erpc.io/
Other
835 stars 137 forks source link

Multiple nexus instances in one process #84

Open leomikezee opened 2 years ago

leomikezee commented 2 years ago

Is it ok to have multiple nexus instances in one process each listening on a seperate port? Also, is the limit on the number of session (kNumRxRingEntries / kSessionCredits) per erpc or per nexus? Do we get an error if a process allocate more meomry than what is available in hugepages?