tango-controls / fandango

Functional tools for PyTango / Tango Control System http://www.tango-controls.org/resources/howto/how-fandango/
7 stars 9 forks source link

FolderDS: queue for save command #5

Open sergirubio opened 7 years ago

sergirubio commented 7 years ago

To prevent flooding, Logger/FolderDS should manage Save() commands in a background Worker, just add a MaxQueue property to trigger exception if the system is overloaded.