Problem with writing fast UDP server

Peter Pearson ppearson at nowhere.invalid
Fri Nov 21 11:48:50 EST 2008


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.



More information about the Python-list mailing list