- Parsing multi-byte keystrokes - 2 Updates
- I need a CPU core exclusively for one thread - 1 Update
Keith Thompson <Keith.S.Thompson+u@gmail.com>: Jul 03 02:36PM -0700 > I should have checked that before posting, but it supports many other > members of the comp.os.linux hierarchy. If nothing else, > comp.os.linux.misc should, by definition, cover it. I'm also on Eternal September, and can confirm that it's not carried. James, I think you're on Eternal September as well. I took a look on groups.google.com, and it appears that the most recent post was in 2011, subject "Moderator Vacancy Investigation: comp.os.linux.answers". It's possible GG's horrid user interface has misled me. How do you see it as "fairly active"? [...] -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */ |
Keith Thompson <Keith.S.Thompson+u@gmail.com>: Jul 03 02:40PM -0700 > Normally you (or Keith, or anyone) would write a summary-so-far, > x-post to c.u.p and set f/ups. > Why not this time? Because Rudy is rude and/or too stubborn? Yes. > He doesn't have a question about c++, he has a question about posix - > and c.u.p is exactly where he should be asking. I agree, and I've suggested that he should post to c.u.p. His unwillingness to do so does not suggest that he would participate in a new thread started there by someone else. At worst, it would just increase the noise level in c.u.p. And cross-posting to another newsgroup and setting followups would probably not affect the "discussion" here. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */ |
scott@slp53.sl.home (Scott Lurndal): Jul 03 09:18PM >Not sure you can do that. The OS can do whatever it wants. It can pin >your thread to a CPU, but that does not mean it cannot use said CPU for >other programs threads... Linux provides mechanisms that allow dedication of compute resources (e.g. hardware thread/core) to a specific set of processes. So do most other legacy Unix operating systems. The mechanisms vary based on the host operating system. cgroups is the current favored mechanism on linux. |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment