From 9dad43bec4bd3a76e02cacc06276259bcc11d174 Mon Sep 17 00:00:00 2001 From: Thomas Juerges <203795-tjuerges@users.noreply.gitlab.com> Date: Tue, 17 Aug 2021 06:32:25 +0200 Subject: [PATCH] L2SS-245: add references to polling docs --- ...ango_Controls-Automatic_polling_performance_test.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/devices/test/devices/automatic_polling_performance_test/Tango_Controls-Automatic_polling_performance_test.md b/devices/test/devices/automatic_polling_performance_test/Tango_Controls-Automatic_polling_performance_test.md index f2ef6bfae..3078d2847 100644 --- a/devices/test/devices/automatic_polling_performance_test/Tango_Controls-Automatic_polling_performance_test.md +++ b/devices/test/devices/automatic_polling_performance_test/Tango_Controls-Automatic_polling_performance_test.md @@ -5,6 +5,16 @@ The highest polling rate among all the attributes in all devices determines how We investigate whether using more polling threads can alleviate the situation for a single or multiple devices that run in the same DS. +# References + +Please refer to the reference documents for in-depth information about the automatic polling and how to configure a DS to use a dedicated thread per device for polling. + +[Attribute polling in Tango Controls](https://tango-controls.readthedocs.io/en/latest/development/device-api/ds-guideline/device-server-guidelines.html#tango-polling-mechanism) + +[Device polling in Tango Controls](https://tango-controls.readthedocs.io/en/latest/development/device-api/device-polling.html) + +[Configuring a DS to use per Device threads in polling](https://tango-controls.readthedocs.io/en/latest/development/advanced/reference.html#dserver-class-device-properties) + # Test set-up - Two devices run in the same DS. -- GitLab