Re: Priority of threads

2003-10-31 Thread Frank Finner
On Fri, 31 Oct 2003 10:35:33 +0100 Elizabeth Mattijsen <[EMAIL PROTECTED]> sat down, thought long and then wrote: > 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

Priority of threads

2003-10-31 Thread Frank Finner
Hi, maybe somebody simply says RTFM, but I didn´t find the answer yet: Is it possible to give a thread a certain priority? -- Frank Finner Memory follows memory, memory defeats memory; some things are banished only into the realms of our rich imaginings - but this does not mean that they do

Re: Priority of threads

2003-10-31 Thread Elizabeth Mattijsen
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 h