Problem with writing fast UDP server

Krzysztof Retel Krzysztof.Retel at googlemail.com
Thu Nov 20 10:44:48 EST 2008


On Nov 20, 3:34 pm, Hrvoje Niksic <hnik... at xemacs.org> wrote:
> Krzysztof Retel <Krzysztof.Re... at googlemail.com> writes:
> > But the server only handles 700 -- 870 packets, when it is non-
> > blocking, and only 670 – 700 received with blocking sockets.
>
> What are your other threads doing?  Have you tried the same code
> without any threading?

I have only this one thread, which I can run couple of times.
I tried without a threading and was the same result, not all packets
were processed.




More information about the Python-list mailing list