@andreiem I added a random sleep time before all the procedures started. The 1st thread starts. and then 2nd thread .. 3 and 4 5 ... Since they do not do the same operations at the same time, they do not consume much processor.
Possible to delete resource?
-
i delete variables with delete([[variable]]); keyword when i dont need them.
is there way to delete resources?
-
@yourfriendkarol said in Possible to delete resource?:
i delete variables with delete([[variable]]); keyword when i dont need them.
is there way to delete resources?
You can re-create it. Deleting variables is not necessary, it will not affect performance.