You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
We work actually on a script to clean some elements on a multi-domain SMC.
Today, this script works well when we do a loop on all domain to clean elements.
The script does a session login then clean elements and logout. This is for each domain.
However, do you think it's possible to use "multi-thread" to clean elements on all domain at the same time? This implies to have multiple sessions at a time.
The problem is how to have different sessions inside each thread?