This might be of interest to users of python bindings:

I had an interface to the linux scheduler APIs in glibc as a part of another
module. I've moved it into it's own namespace (linux.sched) now:

http://code.google.com/p/pycpuid/source/browse/trunk/linux/sched/sched_int.i

Example code:

http://code.google.com/p/pycpuid/source/browse/trunk/test/hwtopo.py

So sys.py could potentially use linux.sched.setaffinity() instead of
requiring the user to do taskset.

 -Arun
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
perfmon2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to