Home > Software engineering >  Windows TCP communications between the native process, what is the limit??
Windows TCP communications between the native process, what is the limit??

Time:09-23

As title,

For example: process A TCP server, the process B/C/D/E/F/... Even the process on A TCPserver, then process A to B/C/D/E/F... Push messages (text, binary, image data, etc.), process B/C/D/E/F will send process A text, binary, image data, etc.,

Under the above this kind of situation, excuse me: native TCP communications it are there any restrictions on the amount of data? Do you want to consider problems like bandwidth in the network communication? Still say native interprocess TCP communication bandwidth is infinite??

Are there any other restrictions??












  • Related