J jiin84 Registered Jan 24, 2006 #1 i just interest to know that how different process scheduling between mac os x and window xp? why window xp can improve by process scheduling but mac os can't?
i just interest to know that how different process scheduling between mac os x and window xp? why window xp can improve by process scheduling but mac os can't?
J jiin84 Registered Jan 25, 2006 #5 sorry,exactly about the different between process scheduling on windows xp and mac os x.
E epooch Registered Jan 26, 2006 #7 Process scheduling in Mac OS X is performed by the Mach kernel (and BSD?). You can look up POSIX threads (pthreads) to see how to use it programatically. I am not sure what you are looking for, but this should be a start: http://developer.apple.com/documentation/Porting/Conceptual/win32porting/Articles/mprocessing.html
Process scheduling in Mac OS X is performed by the Mach kernel (and BSD?). You can look up POSIX threads (pthreads) to see how to use it programatically. I am not sure what you are looking for, but this should be a start: http://developer.apple.com/documentation/Porting/Conceptual/win32porting/Articles/mprocessing.html