Is there another alternative? - TechRepublic
General discussion
April 19, 2001 at 07:59 PM
knottydawg

Is there another alternative?

by knottydawg . Updated 25 years, 2 months ago

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?

This discussion is locked

All Comments