"John" <[EMAIL PROTECTED]> wrote:
>
>How do I find out the cache line length of a machine in python?

How would that piece of information be valuable in Python?  There isn't
anything you can do to take advantage of it in Python.

You can look up the L2 and L3 cache size and speed using WMI (assuming you
are using Windows).  For more detailed, you will have to call into a C
routine, and maybe even resort to looking up the cpuid info.
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to