Multi-threading with multi-port server

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi guys,

Can I ask your guidance on how to imeplement server with multi-
threading and multi-port? meaning, I would like my server to receive
audio and video in different ports, and they run concurrently and send
the data to clients.

I am so lost, because I would mess up my .accept and .listen and
setparent if i have videosocket and audiosocket object. I tried and it
just froze.
.