Code Comments
Programming Forum and web based access to our favorite programming groups.Ivan Chernetsky wrote: > Hi! > > It is possible to nice POSIX threads? Try "man -s2 priocntl". Scheduling policies differ somewhat between Unix implementations, so you may need to play around a bit to find the combination that works for you. -- Eric.Sosman@sun.com
Post Follow-up to this messageIvan Chernetsky wrote: > It is possible to nice POSIX threads? Look for information on pthread_attr_setschedparam(), pthread_attr_setschedpolicy(), pthread_setschedparam() and pthread_setschedprio(). -- Geoff Clare <netnews@gclare.org.uk>
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.