Re: Priority of threads
[email protected] (Elizabeth Mattijsen)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <p05111b03bbc7dd25daa1@[192.168.2.121]> |
At 21:22 +0100 10/30/03, Frank Finner wrote: >maybe somebody simply says RTFM, but I didn´t find the answer yet: >Is it possible to give a thread a certain priority? No, you can't by default. If you're running under Linux, it might be possible to do something with POSIX::nice, as threads in Linux have their own pid. Liz