Problem with writing fast UDP server

Krzysztof Retel Krzysztof.Retel at googlemail.com
Fri Nov 21 12:05:07 EST 2008


On Nov 21, 4:48 pm, Peter Pearson <ppear... at nowhere.invalid> wrote:
> On Fri, 21 Nov 2008 08:14:19 -0800 (PST), Krzysztof Retel wrote:
> > I am not sure what do you mean by CPU-bound? How can I find out if I
> > run it on CPU-bound?
>
> CPU-bound is the state in which performance is limited by the
> availability of processor cycles.  On a Unix box, you might
> run the "top" utility and look to see whether the "%CPU" figure
> indicates 100% CPU use.  Alternatively, you might have a
> tool for plotting use of system resources.
>
> --
> To email me, substitute nowhere->spamcop, invalid->net.

Thanks. I run it without CPU-bound




More information about the Python-list mailing list