Hi, debugging performance issues with some graphical applications with many (500+) attributes, we have found a performance regression between TANGO7 and TANGO9.
We were used to ~60us for each subscribe_event in C++ TANGO 7.2.6
and now we experience ~10ms for each subscribe_event in C++ TANGO 9.2.5
I guess it’s because you did not subscribe to this forum category after the update of the website which occurred some months ago. Many subscriptions were lost at that time…
A new version of the website will be released soon and will give the possibility to subscribe to all categories by clicking on one button. Let’s hope this update will not remove the existing subscriptions again…
I did some tries reducing the sleep to 1 ms and I got several API event timeout that ended in segfault. So it seems that there’s a problem behind.
Just one poing. I’m currently running a Tango9 client on Tango7 devices, so the events are notifd and not ZMQ, so why am I affected by this sleep issue !?!?!