java - Is it worth trying building my own reliability on top of UDP? Or should I just opt for TCP? -


i have never tried program on top of udp know fast and unreliable.
question if program reliability on top of udp resulting performance make same using tcp? i.e. worth try?
key point: haven't programmed in udp , try implement reliability first time.

there number of commercial solutions provide fast , reliable udp. these cost many $100ks typical installation , can expect spend same on hardware make stable.

writing reliable udp harder sounds because sensitive dropped packets. i.e. works fine long lose few packets.

for simple installation tcp faster, , simpler trying implement own reliable udp. suggest use udp if don't need reliability.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -