[Twisted-Python] How could I add reliability to a udp client

glyph at divmod.com glyph at divmod.com
Thu Nov 3 00:48:16 EST 2005



On Thu, 03 Nov 2005 09:03:48 +0800, Eddy Xu <eddyxu at 126.com> wrote:
>The client just send short command messages. Do it need to connect with
>the server? perhaps the UDP way is lighter?

Reliability is not a quick feature, in no way would a reliable UDP layer be "lighter" than TCP.  Putting reliability on top of UDP should be avoided unless you really, really need it for some reason.




More information about the Twisted-Python mailing list