Skip to content

Are there any metrics on a maximum number of subscribers? #976

Answered by KerstinKeller
rlewkowicz asked this question in Q&A
Discussion options

You must be logged in to vote

Very good question 😄
We've usually used eCAL in contexts with about ~200 Pub/Sub connections max.

We now have new usecases to support scenarios of 1000-10000 Pub/Sub connections. We have identified the parts of eCAL which don't scale that well, and taking measures to make that working.
Bottleneck is the eCAL Monitoring layer (which communicates over UDP), so with eCAL 5.11 we have implemented a shared memory monitoring layer (obviously works only locally), which is performing a lot better, but still has some problems.

Another hard cap is the number of open files allowed to be open on the system (or per process, especially a problem for eCAL player), since eCAL opens a surprisingly high nu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rlewkowicz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants