Thomas De Schampheleire wrote:

If I start tasks at the command line, won't they get the same priority?

By default, they will probably be put in the time share scheduling class (TS). Threads in TS will have their priorities continuously adjusted as they consume,
and wait for CPU resources.

The tasks I am currently using are actually the same program (tachyon
raytrace), but the files that are processed are different, as are the
number of threads (4 or 8 currently).
In case they do not get the same priority, how can I put them in the FX class?

See priocntl(1). That man page has pretty good overview of the difference between
various scheduling classes.

Thanks,
-Eric
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to