Simple UDP server
Tzury Bar Yochay
Afro.Systems at gmail.com
Wed Sep 10 15:03:34 EDT 2008
On Sep 10, 9:55 pm, Fredrik Lundh <fred... at pythonware.com> wrote:
> Tzury Bar Yochay wrote:
> > Would the one below will be capable of holding 30 concurrent
> > connections?
>
> UDP is a connectionless datagram protocol, so that question doesn't
> really make much sense.
>
So what if it is connectionless.
It would make sense if you get a load of users who sends large sets of
binary data to each other.
More information about the Python-list
mailing list