11-03-2011 04:22 PM
Hi,
I have shared variable engine deployed on RT and want to know how many clients get access to the shared variables. Is it possible? Thanks!
Tom
11-04-2011 04:03 AM
Theoretically there is no limit for the number of clients (maybe there is a 2^32-1 limit somewhere I don't know about).
However, more clients create more threads and the CPU usage will increase.
So you shouldn't use that much clients or host the SVE at the host computer if possible.
Christian
11-04-2011 07:10 AM
Hi,
I don't have many clients connected to the shared variable engine. I just want to know how many is connected so the real time target can respond differently. Thanks!
Tom
11-08-2011 07:52 AM
Hi tom,
I don't think there is a way to do that directly. You could implement it manually with another shared variable though.