My understanding is that each time you try to connect to a listener, the listener will create a new thread to process your request and use new port number for that socket.
So the max possible parallel connections depend on how many socket you can have. Usually is 65536(16 bit) for TCP/IP.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum