Date: Wed, 14 Jan 2009 18:57:57 -0800 From: Pramod Srinivasan <pramod@juniper.net> To: <freebsd-threads@freebsd.org> Subject: Priority scheduling in 6.x Message-ID: <C593E635.565BC%pramod@juniper.net>
index | next in thread | raw e-mail
Hi, I have 3 threads low, medium and high , and the scheduling policy is set to SCHED_FIFO. The priority of the threads are at 28,29,30 respectively. Looks like on FreeBSD 6.x, the priority of the threads are not honored while scheduling the threads, but the same test on FreeBSD 7.x seems to work fine. Are there known issues with the priority scheduling in FreeBSD 6.x or am I doing something wrong? (I am using libthr) Any input highly appreciated. Thanks, Pramodhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C593E635.565BC%pramod>
