c# - Is there performance penalty on managed code when reading/writing high data volume on TCP/UDP socket compare to unmanaged code? -


Do you think that the use of C # TCP / UDP socket in a managed app can be used to handle roughly the same amount of data as a C ++ version (HTTP / PDF)? If not, what does the data mean, is it better to use native or C # and what is the biggest obstacle in implementation on the managed side?

It is my experience that the speed and latency of the network in relation to performance compared to managed or unmanaged code The big factor is Actually this database is the same about access.


Comments