Socket programming C# vs C++
- by klay
Hi
My company is willing to develop a server application,
the application will use one port, clients will connect to this port and sending data every 3 minutes, casually the server will send some data.
my questions are:
how many connection can be handled when connecting to one port?
which language Do we choose to write the Application (mainly between C# and C++)? (performance, ease of development)
thanks