c# - Is there degradation having multiple web socket clients -


i have 'super client' app sends small jpegs server using web sockets.

on server relay these small jpegs other 'minor clients' connected.

at moment use port 8080 upload server , use port 8081 relay/download clients.

i have other 'super clients' uploading server (on same port).

now, increasing number of these 'super clients' degrade performance in terms of speed 'minor clients' receive these images or should using different port each 'super client' or not make difference?

of course doing own testing find out thought post question see peers this.


Comments