udp sockets with python

Tim Roberts timr at probo.com
Thu Nov 11 00:23:54 EST 2010


Mag Gam <magawake at gmail.com> wrote:
>
>I am measuring the round trip time using tcpdump. The C version is
>giving me around 80 microseconds (average) and the python is giving me
>close to 300 microseconds (average).

If you need the performance of a compiled language, then it's probably not
appropriate to use an interpreter.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list