A lot of event based scripts - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: A lot of event based scripts (/showthread.php?tid=3517) |
A lot of event based scripts - Bitver - 21.08.2021 Hello, I wonder if I can create 350 event scripts emulating push buttons in home and only one script will be executed at a time. Will it be laggy? Is there relation between scripts count and their execution time? RE: A lot of event based scripts - admin - 21.08.2021 Only the number of scripts running in parallel matters. Do you really need that many scripts? Have you considered using tags to lower the number of scripts needed? |