Am in the midst of developing a chat application, and am wondering if there is any other way to allow clients to create new rooms without having to initialize Server sockets(to listen for other client connections to the newly created room) on the server, as this will keep taking up ports. Will using vectors and hashtables help?