I ran into some problems with dynamic task queue performance. So I ran a
benchmark inside the kernel. It creates a task queue like this:

taskq_create_sysdc(

Is the choice of the SDC(7) scheduling class a conscious one? Do you get
similar performance with taskq_create() and the more traditional SYS class?

I use the SDC class for most of these kernel experiments, since it keeps the 
system fully usable even when most of my kernel threads hang and spin 
somewhere. ;-) I haven't tested this with the SYS class yet.

Andrej

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
on-discuss mailing list
on-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/on-discuss

Reply via email to