Let's say, there is a lot of namespaces and to each namespace may be coected a lot of clients.
My question is. Does it make any sense to create and destroy these namespaces dynamically. Meaning, if no client is coected to namespace then destroying it. And, at first client coection creating it.
Will it spare some server performance or it will be just the same (or worse) as creating all possible namespaces at the start of node.js application.
