Hello,if MAX_SHM_ID is an OS constant, why is it defined in JACK source code then?
I understand issues with context switching. But I am designing system that can easily split into multiple machines, so instead of having 1 huge JACK with 100 clients I can have 10 x 10 etc.
But still, I need to know what is the limit, and it seem to be quite unknown… I can obviously do crash testing, but I would prefer to rely on certain design principles, no luck that I won’t encounter some hardcoded limits...
Any advice how to compute max number of clients?